X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=doc%2FREADME;h=f6ea1dd14139494d67e8d598f2da8914ea13be00;hb=426e933f733339e1bc787be0a56c179015b07b13;hp=5e6de8e62dbe11487429fb949bf3c2c0bc3bb111;hpb=06d2c5d793e2de2eff92b751c7076ffa32fb27f2;p=monkeysphere.git diff --git a/doc/README b/doc/README deleted file mode 100644 index 5e6de8e..0000000 --- a/doc/README +++ /dev/null @@ -1,58 +0,0 @@ -Monkeysphere User README -======================== - -As a regular user on a system where the monkeysphere package is -installed, you probably want to do a few things: - -Keeping your keyring up-to-date -------------------------------- - -Regularly refresh your GnuPG keyring from the keyservers. This can be -done with a simple cronjob. - -FIXME: give an example of a useful cronjob - - -Keeping your known_hosts file in sync with your keyring -------------------------------------------------------- - -With your keyring updated, you want to make sure that openssh can -still see the most recent trusted information about who the various -hosts are: - -$ monkeysphere update-known_hosts - - -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 -------------- - -For a user to update their monkeysphere authorized_keys file: - -$ monkeysphere update-authorized_keys - -FIXME: where is this file located? What does this command do? diff --git a/doc/README b/doc/README new file mode 120000 index 0000000..f6ea1dd --- /dev/null +++ b/doc/README @@ -0,0 +1 @@ +../website/getting-started-user.mdwn \ No newline at end of file