aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/files/etc/config/dropbear
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-09-30 02:14:13 +0000
committerterminaldweller <thabogre@gmail.com>2021-09-30 02:14:13 +0000
commit47e7770dc4aac0cc8767935558a0c8cae74632c1 (patch)
treed179f93bea23c81df424d8a5d45951116424e1d8 /openwrt/files/etc/config/dropbear
parenthaproxy,jabber,bitlbee (diff)
downloadscripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.tar.gz
scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.zip
opewrt,haproxy,nginx,ejabberd,....
Diffstat (limited to 'openwrt/files/etc/config/dropbear')
-rw-r--r--openwrt/files/etc/config/dropbear5
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/files/etc/config/dropbear b/openwrt/files/etc/config/dropbear
new file mode 100644
index 0000000..6c416ca
--- /dev/null
+++ b/openwrt/files/etc/config/dropbear
@@ -0,0 +1,5 @@
+config dropbear
+ option PasswordAuth 'on'
+ option RootPasswordAuth 'on'
+ option port '22'
+ option BannerFile '/etc/banner'