diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-05-07 12:49:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-05-07 12:49:18 +0000 |
commit | 519ee1cb611217ec885d70370f715d35cbd04430 (patch) | |
tree | 5d84851840412609ff80cfc6d62c8a3f97018eef /usr.bin | |
parent | 8907103beeda79f5b8410766045866fa48dd7648 (diff) |
tweak previous;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index a5304bd5c3a..0a88a7ac62e 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -34,7 +34,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.121 2010/05/07 11:30:30 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.122 2010/05/07 12:49:17 jmc Exp $ .Dd $Mdocdate: May 7 2010 $ .Dt SSHD_CONFIG 5 .Os @@ -189,7 +189,7 @@ 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 - in this case, the username +The default is 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 @@ -203,7 +203,6 @@ though the key option offers a similar facility (see .Xr sshd 8 for details). -.Pp .It Cm Banner The contents of the specified file are sent to the remote user before authentication is allowed. |