summaryrefslogtreecommitdiff
path: root/systems/turret/files/etc/config/dropbear
diff options
context:
space:
mode:
Diffstat (limited to 'systems/turret/files/etc/config/dropbear')
-rw-r--r--systems/turret/files/etc/config/dropbear10
1 files changed, 6 insertions, 4 deletions
diff --git a/systems/turret/files/etc/config/dropbear b/systems/turret/files/etc/config/dropbear
index 2139ba0..95eb1d5 100644
--- a/systems/turret/files/etc/config/dropbear
+++ b/systems/turret/files/etc/config/dropbear
@@ -1,5 +1,7 @@
+
config dropbear
- option PasswordAuth 'on'
- option RootPasswordAuth 'on'
- option Port '22'
-# option BannerFile '/etc/banner'
+ option Port '22'
+ option Interface 'lan'
+ option PasswordAuth 'off'
+ option RootPasswordAuth 'off'
+