SSH v2 sans password prompting...

2002-09-04 Thread Ken Ambrose
How do I get logged in to a remote host, via ssh, w/o password prompting, a la the rhosts file? I can do it with SSH v1, but v2 seems to give me some problems. I've plugged the public key into the authorized_keys file, but no dice. Any suggestions? Thanks, -Ken __

Re: SSH v2 sans password prompting...

2002-09-04 Thread Michael O'Donnell
The most blindly simple-minded approach would be the equivalent of: cat clientMachine:~/.ssh/id*pub >>serverMachine:~/.ssh/authorized_keys cat clientMachine:~/.ssh/id*pub >>serverMachine:~/.ssh/authorized_keys2 chmod go-rwx clientMachine:~/.ssh/authorized_keys*

Re: SSH v2 sans password prompting...

2002-09-04 Thread Michael O'Donnell
>The most blindly simple-minded approach >would be the equivalent of: > > cat clientMachine:~/.ssh/id*pub >>serverMachine:~/.ssh/authorized_keys > cat clientMachine:~/.ssh/id*pub >>serverMachine:~/.ssh/authorized_keys2 > chmod go-rwx clientMachine:~/.ssh/authorized_key

Re: SSH v2 sans password prompting...

2002-09-04 Thread pll
In a message dated: Wed, 04 Sep 2002 07:14:31 PDT Ken Ambrose said: >How do I get logged in to a remote host, via ssh, w/o password prompting, >a la the rhosts file? I can do it with SSH v1, but v2 seems to give me >some problems. I've plugged the public key into the authorized_keys file, >but

Re: SSH v2 sans password prompting...

2002-09-04 Thread Ben Boulanger
On Wed, 2002-09-04 at 10:14, Ken Ambrose wrote: > How do I get logged in to a remote host, via ssh, w/o password prompting, > a la the rhosts file? I can do it with SSH v1, but v2 seems to give me > some problems. I've plugged the public key into the authorized_keys file, > but no dice. Any sug

Re: SSH v2 sans password prompting...

2002-09-04 Thread Rich Payne
On Wed, 4 Sep 2002 [EMAIL PROTECTED] wrote: > > In a message dated: Wed, 04 Sep 2002 07:14:31 PDT > Ken Ambrose said: > > >How do I get logged in to a remote host, via ssh, w/o password prompting, > >a la the rhosts file? I can do it with SSH v1, but v2 seems to give me > >some problems. I've

Re: SSH v2 sans password prompting...

2002-09-04 Thread Kevin D. Clark
Ken Ambrose <[EMAIL PROTECTED]> writes: > How do I get logged in to a remote host, via ssh, w/o password prompting, > a la the rhosts file? I can do it with SSH v1, but v2 seems to give me > some problems. I've plugged the public key into the authorized_keys file, > but no dice. Any suggestio

Re: SSH v2 sans password prompting...

2002-09-04 Thread William Stearns
Good morning, Ken, On Wed, 4 Sep 2002, Ken Ambrose wrote: > How do I get logged in to a remote host, via ssh, w/o password prompting, > a la the rhosts file? I can do it with SSH v1, but v2 seems to give me > some problems. I've plugged the public key into the authorized_keys file, > but no di

Re: SSH v2 sans password prompting...

2002-09-04 Thread John Abreau
Ken Ambrose <[EMAIL PROTECTED]> writes: > How do I get logged in to a remote host, via ssh, w/o password prompting, > a la the rhosts file? I can do it with SSH v1, but v2 seems to give me > some problems. I've plugged the public key into the authorized_keys file, > but no dice. Any suggestion