]> git.pld-linux.org Git - packages/openssh.git/blobdiff - opensshd.conf
- STIL NOT TESTED
[packages/openssh.git] / opensshd.conf
index 2f96973f5aca807ba07e0d81618a91de7cfa7ced..e5b26f22a5b353579226342b47862424165dd02e 100644 (file)
@@ -1,10 +1,11 @@
 # This is ssh server systemwide configuration file.
 
 Port 22
-#Protocol 2,1
+Protocol 1,2
 #ListenAddress 0.0.0.0
 #ListenAddress ::
-HostKey /etc/ssh_host_key
+#HostKey /etc/ssh/ssh_host_key
+#HostKey /etc/ssh/ssh_host_dsa_key
 ServerKeyBits 768
 LoginGraceTime 600
 KeyRegenerationInterval 3600
@@ -17,6 +18,7 @@ IgnoreRhosts yes
 StrictModes yes
 X11Forwarding no
 X11DisplayOffset 10
+X11UseLocalhost yes
 PrintMotd yes
 KeepAlive yes
 
@@ -47,5 +49,4 @@ PermitEmptyPasswords no
 # Kerberos TGT Passing does only work with the AFS kaserver
 #KerberosTgtPassing yes
 
-CheckMail no
 UseLogin no
This page took 0.022811 seconds and 4 git commands to generate.