How do I use an SSH public key from a remote machine?
- by kubi
Setup
The public keys are set up on a Macbook. I can do a passwordless push to github and a server (iMac) on the local network.
The Problem
I know the keys are partially setup correctly, because I everything works if I'm sitting at the Macbook. What doesn't work is when I SSH into the Macbook remotely and attempt to push to github or to the iMac server. I'm prompted to input my SSH key passphrase.
What am I missing to enable pushing to github from the Macbook while logged in remotely from the iMac?