diff options
author | 2006-02-24 20:22:16 +0000 | |
---|---|---|
committer | 2006-02-24 20:22:16 +0000 | |
commit | 7d77251e3ce777eb0281ae3a08ae150212df4be3 (patch) | |
tree | 88afba913ff7a3dbe762ebe5d444f6dd7a8afb7e /usr.bin/ssh/ssh-keysign.8 | |
parent | remove extra printf; (diff) | |
download | wireguard-openbsd-7d77251e3ce777eb0281ae3a08ae150212df4be3.tar.xz wireguard-openbsd-7d77251e3ce777eb0281ae3a08ae150212df4be3.zip |
some consistency fixes;
Diffstat (limited to 'usr.bin/ssh/ssh-keysign.8')
-rw-r--r-- | usr.bin/ssh/ssh-keysign.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh-keysign.8 b/usr.bin/ssh/ssh-keysign.8 index a17e8d5cf23..4cdcb7a43d9 100644 --- a/usr.bin/ssh/ssh-keysign.8 +++ b/usr.bin/ssh/ssh-keysign.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keysign.8,v 1.7 2003/06/10 09:12:11 jmc Exp $ +.\" $OpenBSD: ssh-keysign.8,v 1.8 2006/02/24 20:22:16 jmc Exp $ .\" .\" Copyright (c) 2002 Markus Friedl. All rights reserved. .\" @@ -27,7 +27,7 @@ .Os .Sh NAME .Nm ssh-keysign -.Nd ssh helper program for hostbased authentication +.Nd ssh helper program for host-based authentication .Sh SYNOPSIS .Nm .Sh DESCRIPTION @@ -35,7 +35,7 @@ is used by .Xr ssh 1 to access the local host keys and generate the digital signature -required during hostbased authentication with SSH protocol version 2. +required during host-based authentication with SSH protocol version 2. .Pp .Nm is disabled by default and can only be enabled in the @@ -53,7 +53,7 @@ See .Xr ssh 1 and .Xr sshd 8 -for more information about hostbased authentication. +for more information about host-based authentication. .Sh FILES .Bl -tag -width Ds .It Pa /etc/ssh/ssh_config @@ -67,7 +67,7 @@ They should be owned by root, readable only by root, and not accessible to others. Since they are readable only by root, .Nm -must be set-uid root if hostbased authentication is used. +must be set-uid root if host-based authentication is used. .El .Sh SEE ALSO .Xr ssh 1 , |