I suppose you are able to start your sshd on BT4rc2?
ON BT: First add a new user, edit sshd_config and remove rootlogin, restart sshd
On remote system use the ssh-copy-id script to copy over your key:Code:root@bt:~# adduser testssh Adding user `testssh' ... Adding new group `testssh' (1000) ... Adding new user `testssh' (1000) with group `testssh' ... Creating home directory `/home/testssh' ... Copying files from `/etc/skel' ... Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully Changing the user information for testssh Enter the new value, or press ENTER for the default Full Name []: Room Number []: Work Phone []: Home Phone []: Other []: Is the information correct? [Y/n] root@bt:~# nano /etc/ssh/sshd_config root@bt:~# service ssh restart Restarting OpenBSD Secure Shell server: sshd. root@bt:~#
Hope this helps.Code:fw@xps:~$ ssh-copy-id testssh@192.168.1.9 testssh@192.168.1.9's password: Now try logging into the machine, with "ssh 'testssh@192.168.1.9'", and check in: .ssh/authorized_keys to make sure we haven't added extra keys that you weren't expecting. fw@xps:~$ ssh testssh@192.168.1.9 BackTrack 4 R2 (CodeName Nemesis) Security Auditing For more information visit: http://www.backtrack-linux.org/ testssh@bt:~$ exit logout Connection to 192.168.1.9 closed.


