]> andersk Git - openssh.git/blobdiff - sshd_config
Big rename ssh* -> openssh*
[openssh.git] / sshd_config
index 97f6f8e1c20bc00c26da2f1c0affd418d5b7006a..63a559901d418237e722ba0e557e4de7f98b5a44 100644 (file)
@@ -2,7 +2,7 @@
 
 Port 22
 ListenAddress 0.0.0.0
-HostKey /etc/ssh/ssh_host_key
+HostKey /etc/openssh/ssh_host_key
 ServerKeyBits 768
 LoginGraceTime 600
 KeyRegenerationInterval 3600
@@ -20,7 +20,7 @@ KeepAlive yes
 SyslogFacility AUTH
 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/openssh/ssh_known_hosts
 RhostsRSAAuthentication no
 #
 RSAAuthentication yes
This page took 0.034989 seconds and 4 git commands to generate.