summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2013-02-06incorporate example combined ProxyCommand from sanoj_Daniel Kahn Gillmor
2013-01-18enable openpgp2pem as well from keytransDaniel Kahn Gillmor
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-08default HASH_KNOWN_HOSTS to false (closes MS #2483)Daniel Kahn Gillmor
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-04small tweak to monkeysphere man pageJameson 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-14deprecate sshfpr; add sshfprs-for-userid (closes: MS #1436)Daniel Kahn Gillmor
2010-03-14enable use of hkps (closes: MS #1749)Daniel Kahn Gillmor
2010-03-09fixed monkeysphere.7 synopsis to be less ssh-specificDaniel 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-16some improvements to man pagesJameson Rollins
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
2010-01-14update monkeysphere(1) to acknowledge use beyond OpenSSHDaniel Kahn Gillmor
2010-01-12touching up the switch to keys-for-useridDaniel Kahn Gillmor
2010-01-10Add new keys-from-userid subcommand to monkeysphere UI.Jameson Rollins
This new subcommand calls a new function, keys_from_userid, that outputs to stdout all acceptable keys for a given user ID literal.
2010-01-09fix pem2openpgp(1) synopsis.Daniel Kahn Gillmor
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-05-25break out signature timestamp from key timestamp, allow them to be set ↵Daniel Kahn Gillmor
independently.
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-24fixing typo in monkeysphere.1 (thanks, Suno Ano)Daniel Kahn Gillmor
2009-03-23improving usage and man page for monkeysphere ssh-proxycommand.Daniel Kahn Gillmor
2009-03-02update man page for subkey-to-ssh-agent, to add info about ↵Jameson Graef Rollins
MONKEYSPHERE_SUBKEYS_FOR_AGENT
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-03-01syntactic cleanup of keytrans-related man pages.Daniel Kahn Gillmor
2009-03-01syntactic cleanup on monkeysphere.1 (thanks, lintian -I)Daniel Kahn Gillmor
2009-03-01fix openpgp2ssh man page to reflect new implementation.Daniel Kahn Gillmor
2009-02-27wrote a first pass at explaining the concept of identity certifiersDaniel 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.