Age | Commit message (Collapse) | Author |
|
for users and hosts).
Update TODO file.
Some other small changes.
|
|
|
|
from gpg keyring. Major code simplification and cleanup.
|
|
Conflicts:
src/common
src/monkeysphere
src/monkeysphere-ssh-proxycommand
|
|
|
|
Fix bug in proxy command to export CHECK_KEYSERVER variable.
|
|
USER_CONTROLLED_AUTHORIZED_KEYS
|
|
Update proxy command to check keyserver if host not found in known_hosts.
|
|
Change default for user to be "a", and host to be "e a".
|
|
actually ends up with full validity.
|
|
Also, tweaked some of the output and man pages.
|
|
- Batch mode for trust_key function.
- fix some loggging.
- Clean up publish_server_key function -> STILL NON-FUNCTIONING
- more work on monkeysphere-ssh-proxycommand man page
|
|
Change to known_hosts hashing on by default.
|
|
|
|
since it is sourced, not executed).
|
|
- flesh out more of the man pages for monkeysphere and monkeysphere-server
- move the server cache directory to /var/cache, where it should be.
|
|
|
|
- fixed bug in gpg2ssh_tmp call
- broke out update_authorized_keys function
- cleaned up gen_key function for server
- added possible "Revoker:" parameter we might use
- started gen_ae_subkey function that for some reason isn't working
yet.
|
|
|
|
- broke out all common functions to "common" file
- put all client commands into "monkeysphere" script
- put all server commands into "monkeysphere-server" script
- moved all code into src directory to clean things up a bit
- this effectively makes obsolete rhesus and howler
- added proposed monkeysphere-ssh-proxycommand script that can be
called to update known_hosts from ssh ProxyCommand
- updated monkeysphere.conf to work as global client config
- added monkeysphere-server.conf for server config
|