Getting xCode to use the correct public / private key
Getting xCode to use the correct public / private key
- Subject: Getting xCode to use the correct public / private key
- From: David Alter <email@hidden>
- Date: Tue, 4 Apr 2006 11:30:51 -0700
I have been having issues with xCode accessing CVS. After some
investigation I have come to the conclusion that xCode does not use
the ~/.ssh/config file to identify what key you use for a specific
host. I have more than one public / private key pair. Because of this
I need to edit the ~/.ssh/config file to make sure ssh uses the
correct key for the correct host. It appears that xCode does not look
at this file. It is picking the wrong key. It works because ssh will
fail with that key and then try another key. The problem is that, it
must fail on each connection and then attempt to connect with a
different key. This results in very slow CVS access.
CVS over SSH works fine at the command line.
So how do I get xCode to use the correct public / private key pair
for a specific project.
thanks for the help.
-dave
_______________________________________________
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