How do I forward a single arbitrary SSH key to a given host?
Forwarding keys is a security tradeoff, so when you do it, it's ideal to send only what you need.
How do I forward a single arbitrary SSH key to a given host?
Forwarding keys is a security tradeoff, so when you do it, it's ideal to send only what you need.
Start up a ssh-agent just for this connection, add the desired key, then SSH in the subshell.