]> andersk Git - openssh.git/blobdiff - sshd_config
20010124
[openssh.git] / sshd_config
index 63a559901d418237e722ba0e557e4de7f98b5a44..ad8db2746cf1bfc165f61487953326a4ee11644d 100644 (file)
@@ -1,8 +1,12 @@
 # This is ssh server systemwide configuration file.
 
 Port 22
-ListenAddress 0.0.0.0
-HostKey /etc/openssh/ssh_host_key
+#Protocol 2,1
+#ListenAddress 0.0.0.0
+#ListenAddress ::
+HostKey /etc/ssh_host_key
+HostKey /etc/ssh_host_dsa_key
+#HostKey /etc/ssh_host_rsa_key
 ServerKeyBits 768
 LoginGraceTime 600
 KeyRegenerationInterval 3600
@@ -10,17 +14,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/openssh/ssh_known_hosts
+# For this to work you will also need host keys in /etc/ssh_known_hosts
 RhostsRSAAuthentication no
 #
 RSAAuthentication yes
@@ -30,6 +39,7 @@ PasswordAuthentication yes
 PermitEmptyPasswords no
 # Uncomment to disable s/key passwords 
 #SkeyAuthentication no
+#KbdInteractiveAuthentication yes
 
 # To change Kerberos options
 #KerberosAuthentication no
@@ -42,3 +52,8 @@ PermitEmptyPasswords no
 
 #CheckMail yes
 #UseLogin no
+
+# Uncomment if you want to enable sftp
+#Subsystem     sftp    /usr/libexec/sftp-server
+#MaxStartups 10:30:60
+#Banner /etc/issue.net
This page took 0.07534 seconds and 4 git commands to generate.