Re: XCode SSH SCM times out
Re: XCode SSH SCM times out
- Subject: Re: XCode SSH SCM times out
- From: shin kurokawa <email@hidden>
- Date: Wed, 8 Nov 2006 09:54:20 -0500
This may have to do with ssh asking for pw.
Have you run ssh-keygen so that can be bypassed? i.e.,
* generate a key on one machine: ssh-keygen -t dsa
This gets written to: ~/.ssh/id_dsa.pub
Copy/Append to other machine(s) in ~/.ssh/authorized_keys
Also.. be sure the port you want is open in System Prefs
(firewall).
-Shin
On Nov 8, 2006, at 9:07 AM, Thomas Léauté wrote:
I am trying to configure SCM on XCode (2.4.1). I need to connect to
a CVS repository over a non-standard port. I edited /etc/ssh_config
so that ssh uses the correct port when connecting to the server. I
set CVSROOT to :ext:username@server:/path and CVS_RSH to ssh.
Command-line CVS works perfectly. But in XCode, any SCM operation
times out:
SCM Error
[server]: Operation timed out
ocvs [operation aborted]: end of file from server (consult above
messages if any)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden