Quote:
Originally Posted by NiLuJe
@cryzed: If you're on 5.3.0, yes: the account is locked, there's no password set.
Auth via shared keys.
|
you@dev ~ $
ssh-keygen
Quote:
Generating public/private rsa key pair.
Enter file in which to save the key (/home/you/.ssh/id_rsa):
|
(press enter a lot)
(id_rsa.pub pictured in context after creation)
me@dev ~/.ssh $
cd ~/.ssh; ls
Quote:
authorized_keys2 id_rsa id_rsa.pub known_hosts
|
edit the end to be root@127.0.0.1 or whatever.
shove it in authorized_keys file
(pictured in context)
I forget if that is everything but it's enough to get you close.
HTH