I have latest version cmder. When i try to ssh git it says permission denied (publickey). Here are the commands I am using:
ssh-agent - s
SSH_AUTH_SOCK=/tmp/ssh-CCWsJB1728/agent.1728; export SSH_AUTH_SOCK;
SSH_AGENT_PID=8796; export SSH_AGENT_PID;
echo Agent pid 8796;
ssh -T git@github.com
Permission denied (publickey).
I copied my .ssh folder into config folder and also put shortcut of .ssh folder but still not recognizing git ssh keys. Any help would be greatly appreciated.
Thanks
I have latest version cmder. When i try to ssh git it says permission denied (publickey). Here are the commands I am using:
I copied my .ssh folder into config folder and also put shortcut of .ssh folder but still not recognizing git ssh keys. Any help would be greatly appreciated.
Thanks