Comment 32 for bug 348126

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Explicitly the commands I've used are:
test1@localhost$ mkdir ~/.ssh
test1@localhost$ cp rsa1023.pub ~/.ssh/authorized_keys2
test2@localhost$ mkdir ~/.ssh
test2@localhost$ cp rsa1023 ~/.ssh/id_rsa
test2@localhost$ chmod 600 ~/.ssh/id_rsa
test2@localhost$ ssh test1@localhost