summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-05-07 12:49:17 +0000
committerjmc <jmc@openbsd.org>2010-05-07 12:49:17 +0000
commitb7050894669bd7f8379dd6f59386bbeb20f54c8a (patch)
treebbae6f04fa5b316131bf0b3ecafcf61fe69d99d7
parentregress tests for AuthorizedPrincipalsFile and "principals=" key option. (diff)
downloadwireguard-openbsd-b7050894669bd7f8379dd6f59386bbeb20f54c8a.tar.xz
wireguard-openbsd-b7050894669bd7f8379dd6f59386bbeb20f54c8a.zip
tweak previous;
-rw-r--r--usr.bin/ssh/sshd_config.55
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.