On Fri, 26 Apr 2002 [EMAIL PROTECTED] wrote: > Hello, > > I'm trying to setup ssh on a machine behind my firewall so it > will allow me to login from another machine behind the firewall > without entering a password. > > Here's what I've done so far (amongst other things that didnt' work ;) > > 1. Ran "ssh-keygen -t rsa" on the client machine (also tried " -t RSA1"). > I used an empty passphrase. > > 2. Copied /home/lanuser/.ssh/id_rsa.pub to the remote machine as > /home/lanuser/.ssh/authorized-keys (also tried with identity.pub for RSA1)
Unless that's a typo, it needs to be authorized_keys. You might also want to try authorized_keys2 or id_rsa.pub on the remote system. Finally, check the permissions. They should look something like: [bill@togepi bill]$ ls -ld .ssh drwxr-xr-x 2 bill bill 4096 Apr 2 02:18 .ssh [bill@togepi bill]$ ls -l .ssh total 8 -rw-r--r-- 1 bill bill 1229 Apr 2 02:15 authorized_keys -rw-r--r-- 1 bill bill 1011 Apr 2 02:11 known_hosts _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list