The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > Linux
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-04-2003
mcrouch_2003 mcrouch_2003 is offline
Registered User
 

Join Date: Dec 2003
Posts: 7
authorized_keys and passwordless login

I am trying to set up ssh/scp to be able to login in w/o using a password. The man pages for ssh and ssh-keygen explain how to do this.

So, using "rsa1" style, I created the public and private keys by way of ssh-keygen, then added the contents of "$HOME/.ssh/identity.pub" to a newly created "$HOME/.ssh/authorized_keys" file on the remote system I am want to log into.

But, it is still asking me for a password when I ssh to the remote server. I did not use a passphrase, either, when creating the keys by way of ssh-keygen.

What am I doing wrong????? I also found this resource on the web, and it verifys that I am doing this step by step.

If anyone has done this, please let me know what I am doing wrong!!!

Thanks in advance,

MC
Reply With Quote
Forum Sponsor