diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-26 01:04:40 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-26 01:04:40 -0400 |
commit | 06d2c5d793e2de2eff92b751c7076ffa32fb27f2 (patch) | |
tree | 70240a41e595a987d9af61764d7a73b9a84db36b /doc | |
parent | b19edbe67505aefc755670af4aae0b9ce4269544 (diff) |
more documentation for end users (and more FIXMEs), including README.admin in the build.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -29,6 +29,25 @@ Using monkeysphere-ssh-proxycommand(1) FIXME: make a suggestion about how to integrate this in daily use. +Setting up an OpenPGP authentication key +---------------------------------------- + +First things first: you'll need to create a new subkey for your +current key, if you don't already have one. If your OpenPGP key is +keyid $GPGID, you can set up such a subkey relatively easily with: + +$ monkeysphere gen-subkey $GPGID + +Using your OpenPGP authentication key for SSH +--------------------------------------------- + +FIXME: Sending the key to the ssh-agent? + +FIXME: using the key with a single session? + +NOTE: the current version of openpgp2ssh does *not* deal well with +encrypted keys (as of 2008-07-26) + Miscellaneous ------------- |