diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2005-03-14 10:09:04 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2005-03-14 10:09:04 +0000 |
commit | 74a68fb1215e1ab16d564b89cf8807db4db77763 (patch) | |
tree | 0474d014f274ac3ff24cce102693bb7f77910f43 /usr.bin | |
parent | ad776cf3a4bc2b5c5168a3a01aae68f868099a25 (diff) |
Correct description of -H (bz #997); ok markus@, punctuation jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 3987b1e6661..c14eed14e81 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/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 |