Re: Problem with X86_64 ssh-agent

2014-10-10 Thread Alive
It's fine. Maybe there are old sockets remaining on /tmp/ directory? Try deleting all files and folders in the /tmp/ dir and relaunch ssh-agent. I usually launch ssh-agent with this command ``` eval $(ssh-agent) ``` After launching ssh-agent with the above command, there are two environment varia

Re: Problem with X86_64 ssh-agent

2014-10-08 Thread Corinna Vinschen
On Sep 13 10:46, DJ Sylvester wrote: > I moved from 32- to 64-bit Cygwin (fully uninstalled 32, then installed > 64). Since, I've spent days trying to get ssh to work. Just can't get there. > > $ ssh -V > OpenSSH_6.6.1p1, OpenSSL 1.0.1i 6 Aug 2014 > > $ ssh-agent bash (also tried "eval `ssh-agent

Problem with X86_64 ssh-agent

2014-09-13 Thread DJ Sylvester
I moved from 32- to 64-bit Cygwin (fully uninstalled 32, then installed 64). Since, I've spent days trying to get ssh to work. Just can't get there. $ ssh -V OpenSSH_6.6.1p1, OpenSSL 1.0.1i 6 Aug 2014 $ ssh-agent bash (also tried "eval `ssh-agent -s`") $ ps -ef | grep ssh Boss4404703