search for: forwardindenti

Displaying 2 results from an estimated 2 matches for "forwardindenti".

Did you mean: forwardindenty
2015 Feb 01
4
Filtering which identities are forwarded by ssh-agent to a given host
Howdy, I'm looking for a way to restrict which ssh keys are forwarded to a given remote host because we have several ssh domains. That is, I have two keys which I use throughout the day: .ssh/network-a-2014-10-12 .ssh/network-b-2014-11-22 I need to forward my network A key to the ssh gateway host for Network A to allow me to log into hosts on the other side of the gateway but I
2015 Feb 01
3
Filtering which identities are forwarded by ssh-agent to a given host
On 02/02/15 00:18, Damien Miller wrote: > On Sun, 1 Feb 2015, Bill Nugent wrote: >> Host network-a-gateway.example.com >> ForwardIdentity .ssh/network-a-2014-10-12 >> and allow additional ForwardIndenty to allow additional keys. > It's not possible to do this unfortunately, but is a feature that I've > wanted for a long time. Implementing it