This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Description
[Unit]
Description=SSH Per-Connection Server
After=syslog.target
[Service]
EnvironmentFile=-/etc/default/dropbear
#ExecStartPre=/ect/scripts/ssh_timeout.sh
ExecStartPre=/bin/sh -c 'SSHTIMEOUT=$(/bin/cat /etc/atom/defaults/syscfg_baseline.db | /bin/grep ssh_timeout | /bin/cut -d "=" -f2)'
ExecStart=/usr/sbin/dropbear -i -I $SSHTIMEOUT -r /var/tmp/dropbear_rsa_host_key -p 22 $DROPBEAR_EXTRA_ARGS
ExecReload=/bin/kill -HUP $MAINPID
StandardInput=socket