Trying to setup for remote debug
Trying to setup for remote debug
- Subject: Trying to setup for remote debug
- From: "Brant Sears" <email@hidden>
- Date: Fri, 13 Jan 2006 17:23:00 -0500
- Thread-topic: Trying to setup for remote debug
I am havin a little problem getting two machines setup for remote debugging using the directions that came with XCode 2.2.
My target machine is running 10.3.9 and does not have the dev tools installed. The target computer does have ssh turned on (and no other type of sharing.) The target machine is clean having just been purchased today.
The development machine is running 10.4.4 and of couse does have XCode 2.2 installed. All sharing including ssh is off on this computer.
My username, but not password, is the same on both computers.
The directions that I am trying to follow are listed in the XCode 2.2 documentation under "Configuring Remote Login".
I have:
1. Turned on ssh on the remote computer.
2. Ensured that I could ssh to the other machine using my password (the password on the remote computer).
3. Created a public/private keypair using the exact command from these instructions (ssh-keygen -b 2048 -t dsa). This results in a key fingerprint being shown in the terminal. (If I need to use it for something, let me know. Currently I am doing nothing with this.)
4. I am taking the file "~/.ssh/id_dsa.pub (my public key) and making a copy onto a USB key.
5. I rename that file "authorized_keys".
6. I move the USB key onto the target machine and copy the "authorized_keys" files into ~/.ssh/authorized_keys.
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?
Thanks!
Brant Sears
<<winmail.dat>>
_______________________________________________
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