This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment="LSHD_PORT=22" "SFTP_FLAG=--subsystems sftp=/usr/lib/lsh-server/sftp-server"
-
EnvironmentFile=-/etc/default/lsh-server
-
ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in true|y*|Y*) ;; *) SFTP_FLAG='';; esac; exec /usr/sbin/lshd --port \"$LSHD_PORT\" $SFTP_FLAG $EXTRA_ARGS"
-
KillMode=process
-
KillSignal=SIGHUP
-
SendSIGKILL=no
-
SyslogIdentifier=lshd
-
TimeoutStopSec
Introduced in systemd 188=1 -
Type=simple
-
-
[Unit]
-
After=local-fs.target remote-fs.target network.target nss-lookup.target
-
Description=Secure Shell v2 (SSH2) protocol server
-
Documentation=man:lshd(8)
-
Additionnal notes
Nothing here.