Displaying 1 result from an estimated 1 matches for "9fff0f64".
2010 Feb 02
5
Passwordless ssh
On Mac OS, in order to allow ssh using dsa keys, I would copy
~/.ssh/id_dsa.pub from my machine into ~/.ssh/authorized_keys of the
target machine. I've created .ssh directories in my account home as
well as in /root and copied the respective keys to authorized_keys
files in each.
Strangely, I can now ssh as root with no password but my own user
account still prompts for a password. What