]> andersk Git - openssh.git/blobdiff - sshd_config
- OpenBSD CVS updates
[openssh.git] / sshd_config
index 97f6f8e1c20bc00c26da2f1c0affd418d5b7006a..52436ac36dfedf0a333a15b9c6d0e11e2657e4bb 100644 (file)
@@ -1,8 +1,10 @@
 # This is ssh server systemwide configuration file.
 
 Port 22
+#Protocol 2,1
 ListenAddress 0.0.0.0
-HostKey /etc/ssh/ssh_host_key
+#ListenAddress ::
+HostKey /etc/ssh_host_key
 ServerKeyBits 768
 LoginGraceTime 600
 KeyRegenerationInterval 3600
@@ -10,17 +12,22 @@ PermitRootLogin yes
 #
 # Don't read ~/.rhosts and ~/.shosts files
 IgnoreRhosts yes
+# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
+#IgnoreUserKnownHosts yes
 StrictModes yes
-QuietMode no
-X11Forwarding yes
+X11Forwarding no
 X11DisplayOffset 10
-FascistLogging no
 PrintMotd yes
 KeepAlive yes
+
+# Logging
 SyslogFacility AUTH
+LogLevel INFO
+#obsoletes QuietMode and FascistLogging
+
 RhostsAuthentication no
 #
-# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
+# For this to work you will also need host keys in /etc/ssh_known_hosts
 RhostsRSAAuthentication no
 #
 RSAAuthentication yes
@@ -40,5 +47,5 @@ PermitEmptyPasswords no
 # Kerberos TGT Passing does only work with the AFS kaserver
 #KerberosTgtPassing yes
 
-#CheckMail yes
-#UseLogin no
+CheckMail no
+UseLogin no
This page took 0.069901 seconds and 4 git commands to generate.