Re: Trying to setup for remote debug
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