diff options
author | 2012-04-12 02:43:55 +0000 | |
---|---|---|
committer | 2012-04-12 02:43:55 +0000 | |
commit | 8aa34bd2748e77f940dc27feec196e49cd171a3b (patch) | |
tree | ea24b7d2af1a86f02edf739d89e0973ae440d68f /usr.bin/ssh/sshd_config.5 | |
parent | VersionAddendum option to allow server operators to append some arbitrary (diff) | |
download | wireguard-openbsd-8aa34bd2748e77f940dc27feec196e49cd171a3b.tar.xz wireguard-openbsd-8aa34bd2748e77f940dc27feec196e49cd171a3b.zip |
mention AuthorizedPrincipalsFile=none default
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 1d56d7234f5..a5045d1e083 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.137 2012/04/12 02:42:32 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.138 2012/04/12 02:43:55 djm Exp $ .Dd $Mdocdate: April 12 2012 $ .Dt SSHD_CONFIG 5 .Os @@ -198,7 +198,9 @@ After expansion, is taken to be an absolute path or one relative to the user's home directory. .Pp -The default is not to use a principals file \(en in this case, the username +The default is +.Dq none , +i.e. not to use a principals file \(en in this case, the username of the user must appear in a certificate's principals list for it to be accepted. Note that |