Ssh Agent Forwarding

From NovaOrdis Knowledge Base
Revision as of 19:49, 6 August 2019 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Overview

Agent forwarding means using the local identity (private key) from the machine that initiated the ssh connection on the remote machine - the machine you're logging into. This mode allows you to authenticate against further machines you may log into, with your local credentials, while logged in on the remote machine, without copying your private key on the remote machine.

ssh -A ...

This forwards the connection to your ssh agent on the remote computer.