Your usage of the shell looks incorrect....

You should be able to do


eval `ssh-agent` (those are backticks)


or
ssh-agent

SSH_AGENT_PID=2736

SSH_AUTH_SOCK=/tmp/ssh-DWFM1728/agent.1728
ssh-add

(note the lack of set - we're not in windows any more toto!)


That'll be the start of your problems.



[EMAIL PROTECTED] wrote:


I'm attempting to do a site:sshdeploy for my project (HiveMind, in the Jakarta commons sandbox).

It hangs when attempting to perform the ssh. Does it expect me to be running ssh-agent?

Does anyone have clues on running ssh-agent on Cygwin, Windows XP?

I've been unsuccesful:

C:\workspace\hivemind>bash
bash-2.05b$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-DWFM1728/agent.1728; export SSH_AUTH_SOCK;
SSH_AGENT_PID=2736; export SSH_AGENT_PID;
echo Agent pid 2736;
bash-2.05b$ set SSH_AGENT_PID=2736
bash-2.05b$ ssh-add
Could not open a connection to your authentication agent.
bash-2.05b$ set SSH_AUTH_SOCK=/tmp/ssh-DWFM1728/agent.1728
bash-2.05b$ ssh-add
Could not open a connection to your authentication agent.
bash-2.05b$




-- [EMAIL PROTECTED]

Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to