diff options
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sshd_config b/sshd_config index 4534841c1..473e86654 100644 --- a/sshd_config +++ b/sshd_config | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: sshd_config,v 1.82 2010/09/06 17:10:19 naddy Exp $ | 1 | # $OpenBSD: sshd_config,v 1.84 2011/05/23 03:30:07 djm Exp $ |
2 | 2 | ||
3 | # This is the sshd server system-wide configuration file. See | 3 | # This is the sshd server system-wide configuration file. See |
4 | # sshd_config(5) for more information. | 4 | # sshd_config(5) for more information. |
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | # The strategy used for options in the default sshd_config shipped with | 8 | # The strategy used for options in the default sshd_config shipped with |
9 | # OpenSSH is to specify options with their default value where | 9 | # OpenSSH is to specify options with their default value where |
10 | # possible, but leave them commented. Uncommented options change a | 10 | # possible, but leave them commented. Uncommented options override the |
11 | # default value. | 11 | # default value. |
12 | 12 | ||
13 | #Port 22 | 13 | #Port 22 |
@@ -44,7 +44,10 @@ | |||
44 | 44 | ||
45 | #RSAAuthentication yes | 45 | #RSAAuthentication yes |
46 | #PubkeyAuthentication yes | 46 | #PubkeyAuthentication yes |
47 | #AuthorizedKeysFile .ssh/authorized_keys | 47 | |
48 | # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2 | ||
49 | # but this is overridden so installations will only check .ssh/authorized_keys | ||
50 | AuthorizedKeysFile .ssh/authorized_keys | ||
48 | 51 | ||
49 | # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts | 52 | # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts |
50 | #RhostsRSAAuthentication no | 53 | #RhostsRSAAuthentication no |