diff options
author | 2016-02-17 07:38:19 +0000 | |
---|---|---|
committer | 2016-02-17 07:38:19 +0000 | |
commit | 26a58d9315c1799bc5cd1d9c9957cdc43be6cca7 (patch) | |
tree | c315944e513345db8f12f33ad5f9b1a640de573d /usr.bin/ssh/ssh-keysign.8 | |
parent | make sandboxed privilege separation the default, not just for new (diff) | |
download | wireguard-openbsd-26a58d9315c1799bc5cd1d9c9957cdc43be6cca7.tar.xz wireguard-openbsd-26a58d9315c1799bc5cd1d9c9957cdc43be6cca7.zip |
since these pages now clearly tell folks to avoid v1, normalise
the docs from a v2 perspective (i.e. stop pointing out which bits
are v2 only);
ok/tweaks djm ok markus
Diffstat (limited to 'usr.bin/ssh/ssh-keysign.8')
-rw-r--r-- | usr.bin/ssh/ssh-keysign.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keysign.8 b/usr.bin/ssh/ssh-keysign.8 index 69d082954df..19b0dbc533c 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.14 2013/12/07 11:58:46 naddy Exp $ +.\" $OpenBSD: ssh-keysign.8,v 1.15 2016/02/17 07:38:19 jmc Exp $ .\" .\" Copyright (c) 2002 Markus Friedl. All rights reserved. .\" @@ -22,7 +22,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. .\" -.Dd $Mdocdate: December 7 2013 $ +.Dd $Mdocdate: February 17 2016 $ .Dt SSH-KEYSIGN 8 .Os .Sh NAME @@ -35,7 +35,7 @@ is used by .Xr ssh 1 to access the local host keys and generate the digital signature -required during host-based authentication with SSH protocol version 2. +required during host-based authentication. .Pp .Nm is disabled by default and can only be enabled in the |