This unit is provided by:
Options
-
[Install]
-
[Service]
-
EnvironmentFile=-/etc/default/ssh
-
ExecReload=/usr/sbin/sshd -t /bin/kill -HUP $MAINPID
-
ExecStart=/usr/sbin/sshd -D $SSHD_OPTS
-
ExecStartPre=/usr/sbin/sshd -t
-
KillMode=process
-
Restart=on-failure
-
RestartPreventExitStatus=255
-
RuntimeDirectory=sshd
-
RuntimeDirectoryMode=0755
-
Type=notify
-
-
[Unit]
-
After=network.target auditd.service
-
ConditionPathExists=!/etc/ssh/sshd_not_to_be_run
-
Description=OpenBSD Secure Shell server
-
Documentation=man:sshd(8) man:sshd_config(5)
-
Additionnal notes
Nothing here.