]> andersk Git - openssh.git/blobdiff - sshd_config
20010124
[openssh.git] / sshd_config
index 614cf706b33295bd3401af8894f5a412b7afd296..ad8db2746cf1bfc165f61487953326a4ee11644d 100644 (file)
@@ -1,9 +1,12 @@
 # This is ssh server systemwide configuration file.
 
 Port 22
-ListenAddress 0.0.0.0
+#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
@@ -36,6 +39,7 @@ PasswordAuthentication yes
 PermitEmptyPasswords no
 # Uncomment to disable s/key passwords 
 #SkeyAuthentication no
+#KbdInteractiveAuthentication yes
 
 # To change Kerberos options
 #KerberosAuthentication no
@@ -46,5 +50,10 @@ PermitEmptyPasswords no
 # Kerberos TGT Passing does only work with the AFS kaserver
 #KerberosTgtPassing yes
 
-CheckMail no
-UseLogin 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.1604 seconds and 4 git commands to generate.