diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-19 01:59:08 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-19 01:59:08 -0400 |
commit | ec3b1c13b5a071234d5e8e9b321f521dc58af924 (patch) | |
tree | b7b4ad0c43d6ae4db049cdcffa57118700b0b2ca /man | |
parent | 208f6c2cd469cf46a51b11c0ea58723f4a18f9ab (diff) |
adjust man pages to reflect current thinking about purpose of keys (authentication, not encryption).
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/monkeysphere.1 | 2 | ||||
-rw-r--r-- | man/man8/monkeysphere-server.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/monkeysphere.1 b/man/man1/monkeysphere.1 index a5b422c..f36d69e 100644 --- a/man/man1/monkeysphere.1 +++ b/man/man1/monkeysphere.1 @@ -13,7 +13,7 @@ monkeysphere \- MonkeySphere client user interface MonkeySphere is a system to leverage the OpenPGP Web of Trust for ssh authentication and encryption. OpenPGP keys are tracked via GnuPG, and added to the ssh authorized_keys and known_hosts files to be used -for authentication and encryption of ssh connection. +for authentication of ssh connections. \fBmonkeysphere\fP is the MonkeySphere client utility. diff --git a/man/man8/monkeysphere-server.8 b/man/man8/monkeysphere-server.8 index 5ca248a..edb493f 100644 --- a/man/man8/monkeysphere-server.8 +++ b/man/man8/monkeysphere-server.8 @@ -13,7 +13,7 @@ monkeysphere-server \- monkeysphere server admin user interface \fBMonkeySphere\fP is a system to leverage the OpenPGP Web of Trust for ssh authentication and encryption. OpenPGP keys are tracked via GnuPG, and added to the ssh authorized_keys and known_hosts files to -be used for authentication and encryption of ssh connection. +be used for authentication of ssh connections. \fBmonkeysphere-server\fP is the MonkeySphere server admin utility. |