Re: ssh without root password

2002-02-05 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cameron Simpson wrote: >| >Can you give more info on that And for gods' sake, SET THE COMMAND= >| >PARAMETER in the authorized_keys2 file! >| >I dont see any of that... where can i read about it? >| >| Yeah, it's not where you'd expect it (such as t

Re: ssh without root password

2002-02-05 Thread Cameron Simpson
On 10:33 05 Feb 2002, David Talkington <[EMAIL PROTECTED]> wrote: | Jim Bija wrote: | >Can you give more info on that And for gods' sake, SET THE COMMAND= | >PARAMETER in the authorized_keys2 file! | >Thanks! | >Jim. | >I dont see any of that... where can i read about it? | | Yeah, it's not where

Re: ssh without root password

2002-02-05 Thread David Talkington
7;d expect it (such as the man page for ssh). Rather, it's in the man page for sshd. - -d >- Original Message - >From: "Cameron Simpson" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, February 04, 2002 1:02 AM >Subject: Re: ssh wit

Re: ssh without root password

2002-02-05 Thread Bret Hughes
On Tue, 2002-02-05 at 12:11, Jim Bija wrote: > Can you give more info on that And for gods' sake, SET THE COMMAND= > PARAMETER in the authorized_keys2 file! > Thanks! > Jim. > I dont see any of that... where can i read about it? man sshd look under AUTHORIZED_KEYS FILE FORMAT all sorts of trick

Re: ssh without root password

2002-02-05 Thread Jim Bija
; Sent: Monday, February 04, 2002 1:02 AM Subject: Re: ssh without root password > On 19:07 03 Feb 2002, David Talkington <[EMAIL PROTECTED]> wrote: > | The man pages for ssh-keygen and ssh, respectively, will explain how > | to create a key for root and where to place it on

Re: ssh without root password

2002-02-03 Thread Cameron Simpson
On 19:07 03 Feb 2002, David Talkington <[EMAIL PROTECTED]> wrote: | The man pages for ssh-keygen and ssh, respectively, will explain how | to create a key for root and where to place it on the target to get | the result you want. Synopsis: | | # ssh-keygen -t dsa # formerly ssh-keygen -d |

Re: ssh without root password

2002-02-03 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Telford wrote: >My desire is as root on hostA to run a crontab that >periodically executes a command on hostB without supplying >the root password. Something like "ssh root@hostB command". > >My attempts are unsuccessful. Each scheme ends with

ssh without root password

2002-02-03 Thread John Telford
Hello My desire is as root on hostA to run a crontab that periodically executes a command on hostB without supplying the root password. Something like "ssh root@hostB command". My attempts are unsuccessful. Each scheme ends with hostB prompts for a password. I'd appreciate help with a scheme