
If you want to access your local computer through remote computer ; first you need configure ssh daemon .Because nowadays people are not using telnet due to plain text protocol.How to configure ssh in Backtrack 5 r3?(1)First we have to generate ssh key.So type following in terminal.ssh-keygenIt will generate public/private rsa key pair.By default location of keys is /root/.ssh/id_rsa(2)Now we will move this generated keys in ssh folder.cd /etc/sshmkdir...