Displaying 2 results from an estimated 2 matches for "forwardidentity".
2015 Feb 01
4
Filtering which identities are forwarded by ssh-agent to a given host
...nly=yes and IdentityFiles but on the network A gateway I
still see all of my loaded keys including Network B. Is there a way to
do this already? If not, would a Buzilla enhancement request be
welcome? Perhaps requesting something along the lines of:
Host network-a-gateway.example.com
ForwardIdentity .ssh/network-a-2014-10-12
and allow additional ForwardIndenty to allow additional keys.
Thank you,
Bill
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 required teaching ssh enough
> of the agent protocol to filter re...