For some reason this seems confusing– but it isn’t! That said, I always forget the specifics. Here’s how you use ssh-agent to do key forwarding to remove machines.
On your local machine, execute:
eval `ssh-agent`
Note the back ticks around ssh-agent. you need to eval this, not run it!
Now you need to add the identities you want [...]
