diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-03-14 13:15:58 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-03-14 13:15:58 +0100 |
commit | da1adbc2cc0cc26a61102d9129241fcb61c33cb1 (patch) | |
tree | 020d5bc676737b7a02f735ed5ae848fb011e4077 /ssh-keygen.1 | |
parent | - jmc@cvs.openbsd.org 2005/03/12 11:55:03 (diff) | |
download | openssh-da1adbc2cc0cc26a61102d9129241fcb61c33cb1.tar.xz openssh-da1adbc2cc0cc26a61102d9129241fcb61c33cb1.zip |
- dtucker@cvs.openbsd.org 2005/03/14 10:09:03
[ssh-keygen.1]
Correct description of -H (bz #997); ok markus@, punctuation jmc@
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 3987b1e66..c14eed14e 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.66 2005/03/01 18:15:56 jmc Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.67 2005/03/14 10:09:03 dtucker Exp $ .\" .\" -*- nroff -*- .\" @@ -232,8 +232,10 @@ command. .It Fl H Hash a .Pa known_hosts -file, printing the result to standard output. -This replaces all hostnames and addresses with hashed representations. +file. +This replaces all hostnames and addresses with hashed representations +within the specified file; the original content is moved to a file with +a .old suffix. These hashes may be used normally by .Nm ssh and |