SSH from Windows to Linux without entering a password

Posted by Josh on Super User See other posts from Super User or by Josh
Published on 2010-01-13T16:44:06Z Indexed on 2011/11/14 9:57 UTC
Read the original article Hit count: 178

Filed under:
|
|
|

I am trying to use ssh/scp from Windows to Linux without having to enter a password.

This is what I have done, and it doesn't seem to work:

  • generated public and private keys using Putty Key Generator (on Windows)
  • saved the files as id_rsa.pub and id_rsa
  • copied them into ~/.ssh
  • added id_rsa.pub to the Linux box in ~/.ssh/authorized_keys
  • I then try to ssh to the Linux box from Windows and I still have to enter a password

Am I missing something?

© Super User or respective owner

Related posts about Windows

Related posts about linux