diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
commit | 47e7770dc4aac0cc8767935558a0c8cae74632c1 (patch) | |
tree | d179f93bea23c81df424d8a5d45951116424e1d8 /openwrt/files/etc/config/dropbear | |
parent | haproxy,jabber,bitlbee (diff) | |
download | scripts-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/dropbear | 5 |
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' |