• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: cvs/ssh
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs/ssh


  • Subject: Re: cvs/ssh
  • From: GoochRules! <email@hidden>
  • Date: Mon, 5 Jan 2004 10:47:57 -0700

Greetings,

After all this (and other postings) I am still having problems with CVS/SSH in Xcode.

On Jan 03, 2004, at 01:44, Mark Lentczner wrote:
Okay, I just got this all working, and I think I might know what the trick is:
[...]
Command line:
- check out your project from cvs:
XCode needs to see the CVS/Repository and CVS/Root files in the project
directory to configure itself, so you need to "prime the pump" by doing
the first check out by hand.
- command is probably something like:
"cvs -z3 -d:ext:email@hidden:/cvsroot/your_project co modulename"
- note: your ssh key should be used automatically thanks to SSH Agent

at this point ssh still asks for my password. So, I tried ssh -v ...., and noticed:


debug1: Host 'xxx.xxx.xxx.xxx' is known and matches the RSA host key.
debug1: Found key in /Users/goose/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /Users/goose/.ssh/identity
debug1: Offering public key: /Users/goose/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Offering public key: /Users/goose/.ssh/id_dsa
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
email@hidden's password:


To me it looks like the keys aren't working (which, really is fine... I'd be happy with doing password authentication in Xcode, but I haven't heard of that working for anyone, whereas key auth has). I have verified that my public keys (id_dsa.pub and id_rsa.pub) are in ~/.ssh/authorized_keys/ on the remote host (cvs server) and ~/.ssh/ on my powerbook. I have also verified that they are indeed the same key. I did notice that at the end of both keys is 'email@hidden', goose being my username on the cvs server and the powerbook, and Trogdor.local is the name of my powerbook. The cvs server certainly dosen't know who Trogdor.local is. Is this a problem? Can I simply edit the public keys, changing Trogdor.local to a static ip address (both machines are on a private 192.168. network)?

Any other ideas?


--Matthew Peltzer _______________________________________________ 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.

  • Follow-Ups:
    • Re: cvs/ssh
      • From: Mark Lentczner <email@hidden>
References: 
 >Re: cvs/ssh (From: Mark Lentczner <email@hidden>)

  • Prev by Date: Re: trick icon
  • Next by Date: Expressions window problems
  • Previous by thread: Re: cvs/ssh
  • Next by thread: Re: cvs/ssh
  • Index(es):
    • Date
    • Thread