ssh with public keys and no prompts...I can't get it to work!

2003-01-21 Thread Bob Willcox
I am trying (in vain so far) to get ssh to allow me to connect using public keys and without any prompts (I need this for a software distribuiton/configuration package I need to run). I have had this work before, but now it seems to escape me. To simplify my testing my client and server system is

Re: ssh with public keys and no prompts...I can't get it to work!

2003-01-21 Thread Michael K. Smith
On Tuesday, January 21, 2003, at 02:01 PM, Bob Willcox wrote: I am trying (in vain so far) to get ssh to allow me to connect using public keys and without any prompts (I need this for a software distribuiton/configuration package I need to run). I have had this work before, but now it seems to

Re: ssh with public keys and no prompts...I can't get it to work!

2003-01-21 Thread Bob Willcox
On Tue, Jan 21, 2003 at 02:38:33PM -0800, Michael K. Smith wrote: Hello: Did you create your keys with no passwords, as in ssh-keygen -t dsa then just hit return a couple of times instead of giving a password? No, I didn't try that yet...just did now and it works! Great! :-) What is

Re: ssh with public keys and no prompts...I can't get it to work!

2003-01-21 Thread Matthew Seaman
On Tue, Jan 21, 2003 at 04:01:40PM -0600, Bob Willcox wrote: I am trying (in vain so far) to get ssh to allow me to connect using public keys and without any prompts (I need this for a software distribuiton/configuration package I need to run). I have had this work before, but now it seems to

Re: ssh with public keys and no prompts...I can't get it to work!

2003-01-21 Thread Michael K. Smith
On Tuesday, January 21, 2003, at 03:00 PM, Bob Willcox wrote: On Tue, Jan 21, 2003 at 02:38:33PM -0800, Michael K. Smith wrote: Hello: Did you create your keys with no passwords, as in ssh-keygen -t dsa then just hit return a couple of times instead of giving a password? No, I didn't try

Re: ssh with public keys and no prompts...I can't get it to work!

2003-01-21 Thread Bob Willcox
On Tue, Jan 21, 2003 at 04:06:30PM -0800, Michael K. Smith wrote: On Tuesday, January 21, 2003, at 03:00 PM, Bob Willcox wrote: On Tue, Jan 21, 2003 at 02:38:33PM -0800, Michael K. Smith wrote: Hello: Did you create your keys with no passwords, as in ssh-keygen -t dsa then just hit