diff options
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config index 9424ee2c6..3d35bef02 100644 --- a/sshd_config +++ b/sshd_config | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: sshd_config,v 1.87 2012/07/10 02:19:15 djm Exp $ | 1 | # $OpenBSD: sshd_config,v 1.88 2012/10/30 21:29:55 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. |
@@ -51,6 +51,9 @@ AuthorizedKeysFile .ssh/authorized_keys | |||
51 | 51 | ||
52 | #AuthorizedPrincipalsFile none | 52 | #AuthorizedPrincipalsFile none |
53 | 53 | ||
54 | #AuthorizedKeysCommand none | ||
55 | #AuthorizedKeysCommandUser nobody | ||
56 | |||
54 | # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts | 57 | # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts |
55 | #RhostsRSAAuthentication no | 58 | #RhostsRSAAuthentication no |
56 | # similar for protocol version 2 | 59 | # similar for protocol version 2 |