Eclipse Mac - CVS + SSH problems [message #13314] |
Sun, 04 May 2003 23:28 |
Eclipse User |
|
|
|
I'm trying to use cvs ssh on Eclipse 2.1 Mac 10.2.5.
When using ext, I get 'unknown response from server' errors.
When using extssh, the system times out trying to contact the SOCKS server
(!).
Configurations: (quotes for clarity only)
CVS (ext):
RSH = "ssh"
Params = "{host} -l {name}" or "{host}"
SERVER = "cvs"
Add location:
Host = "another-node.mysite.com"
Path = "/myproject/cvs"
User = "me" (or empty)
Password = "mypassword" (or empty)
Connection type = ext or extssh
I'm running ssh-agent, but this should be ignored if I use name and
password.
Note that CVS from the command line works fine:
$ CVS_RSH=ssh cvs -d another-node.mysite.com:/myproject/cvs co module
I don't understand why 'ext' isn't working. I particularly don't
understand why extssh is is talking to the SOCKS proxy - perhaps it's
ignoring the 'no proxy for mysite.com' in my preferences.
Does anyone have any suggestions? Other people in my site have it working
fine on Win 2k boxes.
|
|
|
Powered by
FUDForum. Page generated in 0.02888 seconds