From f5681326f3c01e52cbf6cbc625224c1a95f8fe17 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 21 Mar 2023 22:57:19 -0400 Subject: add config for turret (openwrt router) --- hosts/turret/files/etc/config/dropbear | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hosts/turret/files/etc/config/dropbear (limited to 'hosts/turret/files/etc/config/dropbear') diff --git a/hosts/turret/files/etc/config/dropbear b/hosts/turret/files/etc/config/dropbear new file mode 100644 index 0000000..2139ba0 --- /dev/null +++ b/hosts/turret/files/etc/config/dropbear @@ -0,0 +1,5 @@ +config dropbear + option PasswordAuth 'on' + option RootPasswordAuth 'on' + option Port '22' +# option BannerFile '/etc/banner' -- cgit v1.2.3