summaryrefslogtreecommitdiff
path: root/src/monkeysphere-ssh-proxycommand
AgeCommit message (Collapse)Author
2008-11-17HA! I figured out how to get ssh-keygen to read stdin by using theJameson Graef Rollins
bash "Here Strings" redirection. No more stupid tempfiles to get ssh key fingerprints.
2008-11-17More work on the marginal case output for the ssh-proxycommand. For aJameson 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-16add some more informative debug output to key processing.Jameson Graef Rollins
2008-11-16added some useful output to the ssh-proxycommand for "marginal" casesJameson 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-11fixing the shebang line for portability.Daniel Kahn Gillmor
2008-09-02editing comments in monkeysphere-ssh-proxycommand.Daniel Kahn Gillmor
2008-09-02some cleanup to the proxycommand.Jameson Graef Rollins
2008-09-02switched monkeysphere-ssh-proxycommand to #!/bin/bash, as it has become more ↵Daniel Kahn Gillmor
complex.
2008-09-01Start modifications to output logging with LOG_LEVEL.Jameson Graef Rollins
2008-08-12fix another bug when processing ssh key files that do not exist.Jameson Graef Rollins
2008-07-29use socat if netcat is not available from monkeysphere-ssh-proxycommand. ↵Daniel Kahn Gillmor
Recommend: netcat | socat instead of just netcat.
2008-07-29fix bug in ssh-proxycommand.Jameson Graef Rollins
2008-07-09A bunch of changes for variable scoping, exit codes, etc. SeeJameson Graef Rollins
debian/changelog.
2008-07-01small tweak to man page, and fix some alt port handling in proxy command.Jameson Graef Rollins
2008-06-30Allow for passing CHECK_KEYSERVER variable to proxycommandJameson Graef Rollins
2008-06-30Update man pages. Small tweak to proxycommand.Jameson Graef Rollins
2008-06-23Revert to simpler keyserver checking policy in proxy-command.Jameson Graef Rollins
2008-06-19Added server config variable to specify user authorized_user_ids file,Jameson Graef Rollins
and changed default.
2008-06-18Add more nuanced keyserver checking policy, including a defered checkJameson Graef Rollins
if key is not in keyring, but is in known_hosts.
2008-06-16Merge branch 'master' into no-cacheJameson Graef Rollins
Conflicts: src/common src/monkeysphere src/monkeysphere-ssh-proxycommand
2008-06-16Add log output for keyserver checking.Jameson Graef Rollins
Fix bug in proxy command to export CHECK_KEYSERVER variable.
2008-06-16Allow 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-16Allow 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-10Cleaned/fix up update-userid function. also some general cleanup.Jameson Graef Rollins
2008-06-10New 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