I'm using ubuntu linux 11.10. Generated private key following these steps.
Now I want to use same key on windows which has msysgit installed.
Tried copying "~/.ssh/id_rsa" to "C:/Users/user_name/.ssh/id_rsa", but that didn't help.
Where to go next?
I'm using ubuntu linux 11.10. Generated private key following these steps.
Now I want to use same key on windows which has msysgit installed.
Tried copying "~/.ssh/id_rsa" to "C:/Users/user_name/.ssh/id_rsa", but that didn't help.
Where to go next?
First check if you have .pub there also. If you do and keep on having issues, this is how I've done something similar:
and retest. If ssh-add says it couldn't contact ssh agent, try setting the environment variables that running ssh-agent outputted (it should've outputted something like "SSH_AUTH_SOCK=something", so set that with "set SSH_AUTH_SOCK=something") and retry.
id_rsa.pubas well? - Fred Foo