Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-31 | - break out monkeysphere-server command into | Jameson Graef Rollins | |
monkeysphere-{host,authentication} commands - break out etc config into host/authentication configs | |||
2008-11-17 | HA! I figured out how to get ssh-keygen to read stdin by using the | Jameson Graef Rollins | |
bash "Here Strings" redirection. No more stupid tempfiles to get ssh key fingerprints. | |||
2008-11-17 | More work on the marginal case output for the ssh-proxycommand. For a | Jameson Graef Rollins | |
key matching that offered by the host, now outputs just the information (including sigs) of the relevant user ID. There is some other useful output for other cases as well. I also added a couple of FIXMEs for some other cases that I think we should think about and maybe tweak behavior for. | |||
2008-11-16 | add some more informative debug output to key processing. | Jameson Graef Rollins | |
2008-11-16 | added some useful output to the ssh-proxycommand for "marginal" cases | Jameson Graef Rollins | |
where keys are found for host but do not have full validity. this uses ssh-keyscan to pull the key for the host in question, check this key against the keys against those found via gpg, and output some useful information about the one that matches. | |||
2008-09-11 | fixing the shebang line for portability. | Daniel Kahn Gillmor | |
2008-09-02 | editing comments in monkeysphere-ssh-proxycommand. | Daniel Kahn Gillmor | |
2008-09-02 | some cleanup to the proxycommand. | Jameson Graef Rollins | |
2008-09-02 | switched monkeysphere-ssh-proxycommand to #!/bin/bash, as it has become more ↵ | Daniel Kahn Gillmor | |
complex. | |||
2008-09-01 | Start modifications to output logging with LOG_LEVEL. | Jameson Graef Rollins | |
2008-08-12 | fix another bug when processing ssh key files that do not exist. | Jameson Graef Rollins | |
2008-07-29 | use socat if netcat is not available from monkeysphere-ssh-proxycommand. ↵ | Daniel Kahn Gillmor | |
Recommend: netcat | socat instead of just netcat. | |||
2008-07-29 | fix bug in ssh-proxycommand. | Jameson Graef Rollins | |
2008-07-09 | A bunch of changes for variable scoping, exit codes, etc. See | Jameson Graef Rollins | |
debian/changelog. | |||
2008-07-01 | small tweak to man page, and fix some alt port handling in proxy command. | Jameson Graef Rollins | |
2008-06-30 | Allow for passing CHECK_KEYSERVER variable to proxycommand | Jameson Graef Rollins | |
2008-06-30 | Update man pages. Small tweak to proxycommand. | Jameson Graef Rollins | |
2008-06-23 | Revert to simpler keyserver checking policy in proxy-command. | Jameson Graef Rollins | |
2008-06-19 | Added server config variable to specify user authorized_user_ids file, | Jameson Graef Rollins | |
and changed default. | |||
2008-06-18 | Add more nuanced keyserver checking policy, including a defered check | Jameson Graef Rollins | |
if key is not in keyring, but is in known_hosts. | |||
2008-06-16 | Merge branch 'master' into no-cache | Jameson Graef Rollins | |
Conflicts: src/common src/monkeysphere src/monkeysphere-ssh-proxycommand | |||
2008-06-16 | Add log output for keyserver checking. | Jameson Graef Rollins | |
Fix bug in proxy command to export CHECK_KEYSERVER variable. | |||
2008-06-16 | Allow for specification of whether to check keyserver. | Jameson Graef Rollins | |
Update proxy command to check keyserver if host not found in known_hosts. | |||
2008-06-16 | Allow for specification of whether to check keyserver. | Jameson Graef Rollins | |
Update proxy command to check keyserver if host not found in known_hosts. | |||
2008-06-10 | Cleaned/fix up update-userid function. also some general cleanup. | Jameson Graef Rollins | |
2008-06-10 | New client/server components: | Jameson Graef Rollins | |
- 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 |