dropbear script

This commit is contained in:
2014-05-11 22:44:13 +04:00
parent 5791e5f60d
commit 4f37bc997c
+6
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}"