Is it possible for remote server to use its own local keys despite using ssh-agent forwarding in SSH connection?
When we use -A
flag in an ssh
connection, the keys in the ssh-agent
of local machine are available to the remote server to use for ssh connections from it. But is it possible for the remote server to use its own local keys for ssh instead of the forwarded keys?