summaryrefslogtreecommitdiffstats
path: root/release/picobsd/floppy.tree/etc/ssh/sshd_config
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/floppy.tree/etc/ssh/sshd_config')
-rw-r--r--release/picobsd/floppy.tree/etc/ssh/sshd_config9
1 files changed, 4 insertions, 5 deletions
diff --git a/release/picobsd/floppy.tree/etc/ssh/sshd_config b/release/picobsd/floppy.tree/etc/ssh/sshd_config
index 5e96887..4529c41 100644
--- a/release/picobsd/floppy.tree/etc/ssh/sshd_config
+++ b/release/picobsd/floppy.tree/etc/ssh/sshd_config
@@ -1,24 +1,23 @@
+# $FreeBSD$
+# minimal config for sshd on picobsd
Port 22
ListenAddress 0.0.0.0
HostKey /etc/ssh_host_key
-RandomSeed /etc/ssh_random_seed
+#RandomSeed /etc/ssh_random_seed
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin yes
IgnoreRhosts no
StrictModes yes
-QuietMode no
X11Forwarding no
X11DisplayOffset 10
-FascistLogging no
PrintMotd yes
KeepAlive yes
SyslogFacility AUTH
-RhostsAuthentication no
RhostsRSAAuthentication yes
RSAAuthentication yes
-PasswordAuthentication no
+PasswordAuthentication yes
PermitEmptyPasswords no
UseLogin no
# CheckMail no
OpenPOWER on IntegriCloud