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_config29
1 files changed, 29 insertions, 0 deletions
diff --git a/release/picobsd/floppy.tree/etc/ssh/sshd_config b/release/picobsd/floppy.tree/etc/ssh/sshd_config
new file mode 100644
index 0000000..5e96887
--- /dev/null
+++ b/release/picobsd/floppy.tree/etc/ssh/sshd_config
@@ -0,0 +1,29 @@
+Port 22
+ListenAddress 0.0.0.0
+HostKey /etc/ssh_host_key
+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
+PermitEmptyPasswords no
+UseLogin no
+# CheckMail no
+# PidFile /u/zappa/.ssh/pid
+# AllowHosts *.our.com friend.other.com
+# DenyHosts lowsecurity.theirs.com *.evil.org evil.org
+# Umask 022
+# SilentDeny yes
OpenPOWER on IntegriCloud