search for: ssh_auth_sock_onlygitkey

Displaying 1 result from an estimated 1 matches for "ssh_auth_sock_onlygitkey".

2014 Mar 24
8
[Bug 2216] New: allow forwarding a different socket than SSH_AUTH_SOCK
...enticating against the remote server, but to forward another one. ssh could have a `ForwardAgentSocket` option, which specifies a different socket, and defaults to `${SSH_AUTH_SOCK}`. whether it's feasible to evaluate variables in that option (so a user could put `Host * / ForwardAgentSocket ${SSH_AUTH_SOCK_ONLYGITKEYS}` in a git config) is up to the way the config file is handled. the option should be accepted by `-o` too. together with ssh-agent-filter, or by running separate agents for work and linux, this would solve the bug #1937 without further workarounds. [1] https://github.com/tiwe-de/ssh-agent-filter...