On Saturday 04 September 2004 03:42 pm, Allen Winter wrote: > On Saturday 04 September 2004 03:35 pm, Michael Sullivan wrote: > > I've got two computers, a server and a client. The server doesn't have > > a monitor hooked up to it, so I always access it from the client through > > SSH. I want to be able to ssh over to the server from the client PC > > without having to type in my password every time. I scp'd my > > ~/.ssh/known_hosts file over to the server, but it still asks me for my > > password every time I log in over there (which is quite often > > actually.) What else do I have to do to avoid having to enter my > > password every time? > > -Michael Sullivan- > > > > > My SSH install notes. YMMV. Good luck > > Do the following on all your machines so you can go back and forth as needed. > > Install RPMs openssh-server and openssh-clients > Add the following line to /etc/hosts.allow > sshd 192.168.0.0/255.255.255.0 (using your network of course) Whoops that should be sshd:192.168.0.0/255.255.255.0 You might want to be careful reading my bad typing ;>