diff options
author | djm <djm> | 2012-04-22 01:25:10 +0000 |
---|---|---|
committer | djm <djm> | 2012-04-22 01:25:10 +0000 |
commit | 5be90452b3aabb59a275f6cccf7efec0782c78da (patch) | |
tree | 578802c5e223d7ea513f6b65eda90062d499509c /sshd_config | |
parent | 0ce969ebc4595f9122fb57681605063e91f7f674 (diff) | |
download | openssh-5be90452b3aabb59a275f6cccf7efec0782c78da.tar.gz |
- djm@cvs.openbsd.org 2012/04/12 02:43:55
[sshd_config sshd_config.5]
mention AuthorizedPrincipalsFile=none default
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config index 99dbd858..ec3ca2af 100644 --- a/sshd_config +++ b/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.85 2012/04/12 02:42:32 djm Exp $ +# $OpenBSD: sshd_config,v 1.86 2012/04/12 02:43:55 djm Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -49,6 +49,8 @@ # but this is overridden so installations will only check .ssh/authorized_keys AuthorizedKeysFile .ssh/authorized_keys +#AuthorizedPrincipalsFile none + # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts #RhostsRSAAuthentication no # similar for protocol version 2 |