diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 22:39:00 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 22:39:00 -0500 |
commit | 21e298b8df5108b1337d66ba1a39184be4ce0e4e (patch) | |
tree | 8f06660ec49ceaf61e246e063d5aa758415c222c /man | |
parent | 03cf0966b1fbaefa434b706a65ff6d2d1479f0fd (diff) |
remove import_subkey from monkeysphere usage and man page until we get
a chance to fully implement it.
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/monkeysphere.1 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/man/man1/monkeysphere.1 b/man/man1/monkeysphere.1 index 345e1d8..887b5df 100644 --- a/man/man1/monkeysphere.1 +++ b/man/man1/monkeysphere.1 @@ -56,14 +56,6 @@ ID, 1 if no matching keys were found at all, and 2 if matching keys were found but none were acceptable. `a' may be used in place of `update-authorized_keys'. .TP -.B import-subkey FILE [KEYID] -Import an existing ssh RSA key as an authentication subkey for a -private key in your GnuPG keyring. KEYID is the key ID for the -primary key for which the subkey with "authentication" capability will -be imported. If no key ID is specified, but only one key exists in -the secret keyring, that key will be used. `i' may be used in place -of `import-subkey'. -.TP .B gen-subkey [KEYID] Generate an authentication subkey for a private key in your GnuPG keyring. KEYID is the key ID for the primary key for which the subkey |