setting up ssh so that ssh'ing to a system doesn't require password

2000-06-20 Thread Britton
I need to figure out how to set up ssh in such a way that ssh can be used without the user needing to enter a password. I apparently don't understand the required format of the .shosts command to achieve this. I have also used ssh-keygen, placed my public key in the auhtorized_keys file,

Re: setting up ssh so that ssh'ing to a system doesn't require password

2000-06-20 Thread John Pearson
On Tue, Jun 20, 2000 at 04:16:42PM -0800, Britton wrote I need to figure out how to set up ssh in such a way that ssh can be used without the user needing to enter a password. I apparently don't understand the required format of the .shosts command to achieve this. I have also used