This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=DROPBEAR_PORT=22 DROPBEAR_RECEIVE_WINDOW=65536
-
EnvironmentFile=-/etc/default/dropbear
-
EnvironmentFile=-/etc/sysconfig/dropbear
-
ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid -R
-
ExecStart=/usr/sbin/dropbear -E -F $OPTIONS
-
ExecStart=/usr/sbin/dropbear -EF -p "$DROPBEAR_PORT" -W "$DROPBEAR_RECEIVE_WINDOW" $DROPBEAR_EXTRA_ARGS
-
KillMode=process
-
Restart=on-failure
-
Type=simple
-
-
[Unit]
-
After=network.target
-
Description=Dropbear SSH Server
-
Description=Dropbear SSH Server Daemon
-
Description=Lightweight SSH server
-
Documentation=man:dropbear(8)
-
Wants=dropbear-keygen.service
-
Additionnal notes
Nothing here.