Re: Using CVS over SSH with Xcode
Re: Using CVS over SSH with Xcode
- Subject: Re: Using CVS over SSH with Xcode
- From: Kevin Herrboldt <email@hidden>
- Date: Wed, 29 Oct 2003 17:01:11 -0600
On Oct 29, 2003, at 3:21 PM, Marc Jaeckle wrote:
I'm having some difficulties accessing the "Apple Open Source" CVS
server (which uses SSH) via Xcode. I did check the use ssh instead of
rsh for external connections checkbox in the project info window but
now the "Show SCM" window asks for my password over and over again. No
matter how often I enter the password Xcode doesn't even try to
connect until I hit cancel: Then it connects and gets a permission
denied from the CVS server.
Look in Console.app for messages. I had the same problem and it turns
out Xcode needs all of your ssh key files present or it silently
reverts to rsh. After using ssh-keygen to make the other keys, it
worked great for me. It doesn't seem to use the keys, just requires the
files. See my other post on this issue.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.