ssh-agent-filter
ssh-agent-filter copied to clipboard
filtering proxy for ssh-agent meant to be forwarded to untrusted servers
I'm running Arch Linux, which recently received an upgrade to boost 1.64.0. I recompiled ssh-agent-filter against the new boost version, and noticed it stopped working: [me@machine ~]$ afssh --comment [email protected]...
This allows to construct the message outside of the filter process. Addresses #9
Add an additional command-line option (-a / --bind-address) that can be used to specify an alternate path for the filter agent's UNIX domain socket.
I don't like the message and would like to build my own in a custom SSH_ASKPASS script, but the interesting informations (like host) is not available as a separate variable...
Homebrew maintainers [asked for a make install target](https://github.com/Homebrew/homebrew-core/pull/5711#discussion_r82520340). Would be great if you could merge this.
I not infrequently would like to authenticate to a host with one ssh-agent key but only forward access to another, less privileged key to the remote host. Because ssh uses...
this will need code for those commands: - SSH2_AGENTC_ADD_IDENTITY - SSH2_AGENTC_REMOVE_IDENTITY - SSH2_AGENTC_REMOVE_ALL_IDENTITIES and perhaps - SSH_AGENTC_LOCK - SSH_AGENTC_UNLOCK this also means introducing synchronization between threads for managing the filter...