From 6e49c227c18d4f3008318aaa0a38a36c4de7f6c9 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 7 May 2023 23:17:33 -0400 Subject: hosts: remove prefix from turret --- 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