diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-11 17:31:12 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-11 17:31:12 -0400 |
commit | 1caaa3fef8c8256cbf9b867f5d4b947eacd63535 (patch) | |
tree | 68b436b49cb7ea4277fb213f39b017a8383a4d1c /man | |
parent | f049fa104308997359dcd4eb7fd68cabe06a43ba (diff) |
some very small tweaks to the openpgp2ssh man page
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/openpgp2ssh.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/man1/openpgp2ssh.1 b/man/man1/openpgp2ssh.1 index cd79b6c..27bcb15 100644 --- a/man/man1/openpgp2ssh.1 +++ b/man/man1/openpgp2ssh.1 @@ -31,7 +31,7 @@ insertion into known_hosts files and authorized_keys files. If the input contains an OpenPGP RSA or DSA secret key, it will be converted to the equivalent PEM-encoded private key. -Note that the output keys from this process are stripped of all +Note that the keys output from this process are stripped of all identifying information, including certifications, self-signatures, etc. @@ -61,5 +61,6 @@ Secret key output is currently not passphrase-protected. This program is not yet implemented, and this man page currently only describes expected functionality. .Sh SEE ALSO -.Xr monkeysphere 1 , -.Xr monkeysphere-admin 8 +.Xr monkeysphere 1 , +.Xr ssh 1 , +.Xr monkeysphere-server 8 |