How do I use an SSH public key from a remote machine?
        Posted  
        
            by kubi
        on Super User
        
        See other posts from Super User
        
            or by kubi
        
        
        
        Published on 2010-06-16T00:55:12Z
        Indexed on 
            2010/06/16
            1:03 UTC
        
        
        Read the original article
        Hit count: 361
        
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?
© Super User or respective owner