]> andersk Git - openssh.git/blobdiff - sshd_config
20010124
[openssh.git] / sshd_config
index a97b780e809f8c45b2443bda1c63546756265e12..ad8db2746cf1bfc165f61487953326a4ee11644d 100644 (file)
@@ -2,9 +2,11 @@
 
 Port 22
 #Protocol 2,1
-ListenAddress 0.0.0.0
+#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
@@ -37,6 +39,7 @@ PasswordAuthentication yes
 PermitEmptyPasswords no
 # Uncomment to disable s/key passwords 
 #SkeyAuthentication no
+#KbdInteractiveAuthentication yes
 
 # To change Kerberos options
 #KerberosAuthentication no
@@ -47,8 +50,10 @@ PermitEmptyPasswords no
 # Kerberos TGT Passing does only work with the AFS kaserver
 #KerberosTgtPassing yes
 
-CheckMail no
-UseLogin no
+#CheckMail yes
+#UseLogin no
 
-#Subsystem     sftp    /usr/local/sbin/sftpd
+# 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.031459 seconds and 4 git commands to generate.