Yes, I have a cygwin2.dll in my OpenSSH\bin folder. Yes, when I run ssh-agent from my windows command prompt, it says:
C:\>ssh-agent SSH_AUTH_SOCK=/tmp/ssh-VQPkPCF688/agent.688; export SSH_AUTH_SOCK; SSH_AGENT_PID=2292; export SSH_AGENT_PID; echo Agent pid 2292; Then, I run ssh-add, and get this: C:\>ssh-add Could not open a connection to your authentication agent. -----Original Message----- From: J�rg Schaible [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 9:14 AM To: Maven Users List Subject: RE: maven and ssh Jason Roscoe wrote on Friday, November 12, 2004 3:05 PM: > Where would I find it?? > From: J�rg Schaible > > Sent: Friday, November 12, 2004 9:04 AM > To: Maven Users List; > Subject: RE: maven and ssh > > Jason Roscoe wrote on Friday, November 12, 2004 2:31 PM: > >> I am running this on WindowsXP, > > me too > >> so I don't believe have a .bashrc >> file anywhere. > > > Cygwin has and if OpenSSH is based on Cygwin (what I > believe), you'll have one also! have to rethink the installation. IIRC OpenSSH uses a minimal installation of Cygwin ... so you're right, there is probably no bashrc around. Did you have a cygwin1.dll somewhere in the OpenSSH directories ? You already mensioned in another mail, that you can run ssh-agent, but ssh-add refused to work. The output of ssh-agent is a bash script and shows you the environment variables that must be present if you run ssh-add. These variables must also be present when running maven later on. - J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Disclaimer: This e-mail message is intended only for the personal use of the recipient(s) named above. If you are not an intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify us immediately by e-mail and delete the original message. This e-mail expresses views only of the sender, which are not to be attributed to Rite Aid Corporation and may not be copied or distributed without this statement. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
