I have three systems , a client that only install ssh client and server_1 and server_2 . im using ssh public authentication and i can ssh from client to both server_1 and server_2. i saved same pub key for server 1 and and now i want to ssh from server 1 to server 2 using agent forwarding and i want my private key stay only on client please help me ASAP how can i do this scenario ? i use this link but dont know how to do it .
An Illustrated Guide to SSH Agent Forwarding: Public Key Access with Agent Forwarding
ssh -A server1from theressh -A server2from theressh -A server3and so on. – mbeyss Feb 22 '18 at 08:44