diff options
author | 2005-03-14 10:09:03 +0000 | |
---|---|---|
committer | 2005-03-14 10:09:03 +0000 | |
commit | 610ddb1e55f8c7193a84ee7381adfe956db9ddb5 (patch) | |
tree | 8efd11ed55af086873eee83b4d4bdf2d98fa55bf | |
parent | report/ignore broken packing-lists. (diff) | |
download | wireguard-openbsd-610ddb1e55f8c7193a84ee7381adfe956db9ddb5.tar.xz wireguard-openbsd-610ddb1e55f8c7193a84ee7381adfe956db9ddb5.zip |
Correct description of -H (bz #997); ok markus@, punctuation jmc@
-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 |