• 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: Trying to setup for remote debug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to setup for remote debug


  • Subject: Re: Trying to setup for remote debug
  • From: Brian Onn <email@hidden>
  • Date: Fri, 13 Jan 2006 15:34:18 -0800


On Jan 13, 2006, at 2:23 PM, Brant Sears wrote:
7. On my dev box, I type ssh username@ipaddress

At this point, I expect to be asked for the passphrase, but instead I am being asked for my password.

Any ideas as to what I am doing incorrectly?

RSA authentication is not happening. Probably because the remote sshd thinks that your keys are not safe enough for RSA authentication to begin with, so it only does password authentication. It probably thinks it's not safe to to RSA authentication because the key files you just placed there are probably world writable and could have been compromised.


Make sure both the ~/.ssh directory and the ~/.ssh/authorized_keys files are not group or world writable. Do this with chmod on the remote side:

	chmod og-w  /.ssh  ~/.ssh/authorized_keys

The Xcode doc you are using to set up remote debugging should be updated to include this step.

Brian
---
Brian Onn
email@hidden

_______________________________________________
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


  • Follow-Ups:
    • Re: Trying to setup for remote debug
      • From: Brian Onn <email@hidden>
References: 
 >Trying to setup for remote debug (From: "Brant Sears" <email@hidden>)

  • Prev by Date: Re: disabling warnings on a smaller scal
  • Next by Date: Re: Trying to setup for remote debug
  • Previous by thread: Trying to setup for remote debug
  • Next by thread: Re: Trying to setup for remote debug
  • Index(es):
    • Date
    • Thread