I have checked many tutorials regarding this but not getting clearly.
As per tuts, there are two way to configure for agent forwarding
in your config file
~/.ssh/configsetHost example.com ForwardAgent yesBy adding identity, like
ssh-add.
What's use of it
SSH Agent forwarding used to store key pass phrase. So that we don't need to enter pass phrase each time?
Do we need two server to test SSH Agent Forwarding? Please suggest. Or we can test in with single server too?
I have checked this git hub link and followed same steps. I am able to see agent. when run this command echo "$SSH_AUTH_SOCK"
Does that mean it's working?
How can I do it with my server? Please guide me.
UPDATE: When I trying to ssh, I am getting this error message in terminal
Agent admitted failure to sign using the key.