* stan ([EMAIL PROTECTED]) spake thusly: > I have two woody machines, that I want to be able to use ssh to login from > one to the other without having to enter my password every time. > > I added the contents of ~/.ssh/identity.pub on the machien I am loging in > FROM to ~/.ssh/authorized_keys on the machine that I am loging in TO, and > made certain that the permissions of it were r-- . > > But whn I do ssh to_machine, I'm still prompted for a password. > > How can I fix this?
By generating keys for version 2 of the protocol, most likely. ssh -v is your friend. Dima -- Backwards compatibility is either a pun or an oxymoron. -- PGN -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

