Monday 29 July 2013

Windows - Heroku SSH Troubleshooting

Could not open a connection to your authentication agent.

# Check your default .pub location, e.g. c:\users\username\.ssh
ssh -v git@github.com 
# Make sure both files included in the directory (id_rsa & id_rsa.pub)

My Key Files for Directory c:\users\username\.ssh
github_rsa
github_rsa.pub
id_rsa
id_rsa.pub
# Rename filename to id_rsa & id_rsa.pub

No comments :

Post a Comment