dropbear script

This commit is contained in:
Jack L. Frost 2014-05-11 22:44:13 +04:00
parent 5791e5f60d
commit 4f37bc997c
1 changed files with 6 additions and 0 deletions

6
conf.d/dropbear.sh Normal file
View File

@ -0,0 +1,6 @@
# dropbear config
cfg_listen_port='2234'
service_pidfile="/run/dropbear.pid"
service_args="-R -w -P ${service_pidfile} -p ${cfg_listen_port}"