summaryrefslogtreecommitdiff
path: root/man/man8
AgeCommit message (Collapse)Author
2013-03-13update documentation for monkeysphere-authentication gpg-cmdDaniel Kahn Gillmor
The previous changeset ("simplify arguments passed to su_monkeysphere_user and gpg_sphere") changes the semantics for m-a gpg-cmd by making it take its arguments separately, rather than as a single string.
2012-02-24fix url in man page, fixes #635648Micah Anderson
2010-10-26add note about CHECK_KEYSERVER var in msph-auth man pageJameson Rollins
2010-10-17fix keys-for-userJameson Rollins
This function now properly outputs to stdout exactly what would have been written to the monkeysphere-controlled authorized_keys file, but without actually touching it.
2010-10-02Minimal documentation of ssh authorized_keys options specification.Clint Adams
2010-09-14fix *all* install paths, including in man pages and transition scriptsJameson Rollins
2010-07-04add keys-for-user subcommand to monkeysphere-authenticationJameson Rollins
This subcommand will output all valid key for a given user. The user's authorized_user_ids file will be read for OpenPGP user IDs, one per line. The ssh-formated RSA keys will be output to stdout. Also included is a simple script that takes the user as it's one argument and exec's this command. This is something that would be suitable for the proposed sshd AuthorizedKeysCommand.
2010-05-06support x509 anchors for monkeysphere-host, allow shared anchors between m-a ↵Daniel Kahn Gillmor
and mh (closes MS #2288)
2010-03-14enable use of hkps (closes: MS #1749)Daniel Kahn Gillmor
2010-03-08fix my email addressJameson Rollins
2010-03-01fix hyphen-used-as-minus-sign man page lintJameson Rollins
2010-02-04fix monkeysphere-authentication man page reference to AuthorizedKeysFile for ↵Jameson Rollins
sshd_config
2010-01-19small man page typo tweakJameson Rollins
2010-01-18renaming host_keys.pub.gpg to host_keys.pub.pgpDaniel Kahn Gillmor
2010-01-18got rid of monkeysphere-host fprs fileDaniel Kahn Gillmor
2010-01-18more tweaks to man pagesDaniel Kahn Gillmor
2010-01-16tweaks to the monkeysphere-host man pageJameson Rollins
2010-01-15overhaul monkeysphere-host(8) to match new multi-key capable interfaceDaniel Kahn Gillmor
2010-01-14update monkeysphere-authentication(8) to acknowledge use of monkeysphere ↵Daniel Kahn Gillmor
beyond OpenSSH
2009-07-26added MONKEYSPHERE_STRICT_MODES environment option to disable permissions ↵Daniel Kahn Gillmor
checking.
2009-07-18add refresh-keys subcommand to monkeysphere-authenticationJameson Graef Rollins
2009-07-06describe authorized_user_ids more clearly in man pages.Daniel Kahn Gillmor
2009-04-30Add sshfpr subcommand to monkeysphereJameson Graef Rollins
This is a very simple subcommand that outputs the ssh fingerprint of a key in your gpg keyring, by keyid.
2009-03-24fix typo in monkeysphere-host.8 (thanks, Suno Ano)Daniel Kahn Gillmor
2009-03-02don't reference tests for key publication in m-h diagnostics man entry.Jameson Graef Rollins
2009-03-02more man page tweaking.Daniel Kahn Gillmor
2009-03-02expanded/clarified setup examplesJameson Graef Rollins
2009-03-01small formatting change to man pages, for consistency.Jameson Graef Rollins
2009-03-01caught a couple more hyphen/minus clarifications.Daniel Kahn Gillmor
2009-03-01more manpage cleanup.Daniel Kahn Gillmor
2009-02-25remove left over references to expert subcommand in man pages.Jameson Graef Rollins
2009-02-21import-key now requires a hostname be specified, and no longer doesJameson Graef Rollins
any hostname guessing. this is so that we don't have to worry about prompting the user when guessing the hostname. also updated documentation.
2009-02-20monkeysphere-host revoke-key should now be capable of publishing theDaniel Kahn Gillmor
revocation certificate to the keyservers directly, should the admin want that. It can also run without prompting, if MONKEYSPHERE_PROMPT=false. In the no-prompts case, it never publishes to the keyserver, it indicates that the key was compromised, and it writes a boilerplate description to make it easy to identify this kind of certificate.
2009-02-20trivial implementation of monkeysphere-host revoke-key: just prints ↵Daniel Kahn Gillmor
ascii-armored revocation certificate to stdout, and admin is expected to know what to do with it.
2009-02-19Modify/cleanup add_certifier and add_revoker, so that their code baseJameson Graef Rollins
is more similar, and so that they can read keys from stdin instead of just from a file. Also fix the permissions on the tempdir in publish_key.
2009-02-19modify import_key to take the key file to import as an argument. can be '-' ↵Jameson Graef Rollins
to import from stdin. modify man page and test accordingly.
2009-02-19moved directory for monkeysphere-generated authorized_keys files back to its ↵Daniel Kahn Gillmor
old location at /var/lib/monkeysphere/authorized_keys
2009-02-18added MONKEYSPHERE_PROMPT to man pages.Daniel Kahn Gillmor
2009-02-17fix ma so that the setup command is folded into the other commands, soJameson Graef Rollins
it's never needed to be run manually, and can therefore be supressed in the usage/documentation. Also, add setup to the postinst script so that it's setup on installation. Also add pipefail to ma, and try to supress unnecessary gpg output, and redirect other to log debug.
2009-02-17add some checks about setup to authenticationJameson Graef Rollins
2009-02-16REMOVE GEN_KEY. The gen_key function is entirely removed. DecidedJameson Graef Rollins
this was OK now that import_key works, and we can't really see a reason to keep it around. We can resurect it down the line if need be. Also, removed "expert" subcommand, after promting import_key, since it may be need semi-regularly. The other "expert" commands are now just not listed in the usage.
2009-02-01some tweaks to the man pagesJameson Graef Rollins
2009-01-31Removed obsolete man pages, split monkeysphere-server man page into two new ↵Matt Goins
ones.
2008-09-15Start changes to move gpg.conf files into /etc/monkeysphere.Jameson Graef Rollins
2008-09-14touch up monkeysphere-server(8), include suggestion of allowing certifier ↵Daniel Kahn Gillmor
identities from a file.
2008-09-04moved monkeysphere(5) to section 7 of the manual. Thanks, Stew!Daniel Kahn Gillmor
2008-09-03move config directory to ~/.monkeysphereJameson Graef Rollins
2008-09-02tweaks to the man pages.Jameson Graef Rollins
2008-09-02update documentation.Daniel Kahn Gillmor
2008-09-02Finalize new log level changes. This is more or less doing what it should. ↵Jameson Graef Rollins
The only problem, I think, is that it doesn't handle improperly specified LOG_LEVEL well, effectively resorting to silent.