X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=filesystem%2Fetc%2Fsystemd%2Fsystem%2Fssh-agent-root.service;h=ac0a9659be6e4f9a762d917a7c29c866dc36bac7;hp=1070cf65a943a9a49902aadaf27c35bbe3f6546f;hb=602a1874cc11a7d371890cdae4c0dc982267ea89;hpb=8fc333f8c2d69d0792f3742d4f4351e7acb07d9e diff --git a/filesystem/etc/systemd/system/ssh-agent-root.service b/filesystem/etc/systemd/system/ssh-agent-root.service index 1070cf6..ac0a965 100644 --- a/filesystem/etc/systemd/system/ssh-agent-root.service +++ b/filesystem/etc/systemd/system/ssh-agent-root.service @@ -3,9 +3,8 @@ Description=OpenSSH Agent for root Documentation=man:ssh-agent(1) [Service] -# using -d for debug info as i try this out -#ExecStart=/usr/bin/ssh-agent -D -a /run/openssh_agent -ExecStart=/usr/bin/ssh-agent -d -a /run/openssh_agent +# note: use -d instead of -D for debug info +ExecStart=/usr/bin/ssh-agent -D -a /run/openssh_agent [Install] WantedBy=multi-user.target