DEV Community

Discussion on: How to use SSH properly and what is SSH Agent Forwarding

Collapse
 
levivm profile image
Levi Velázquez • Edited

You can add keys to SSH Agent Forwarding, so you can use 1 key for sshintg into the remote host and the other one for pulling from github.

Note: you don't forward the key itself, you forward the agent, so basically, you can add many keys as you want.

You can check here how to do it
superuser.com/questions/1140830/ss...