Re: Need help with SSH set-up

2007-03-31 Thread Guillermo Garron
On 3/31/07, Kushal Kumaran <[EMAIL PROTECTED]> wrote: On 3/31/07, Paul E Condon wrote: > I'm setting up SSH to replace telnet for use on my LAN. I've gotten > basic functionality working but I'm struggling with ssh-agent and > ssh-add. Where should I put them? Or have invocation of them already

Re: Need help with SSH set-up

2007-03-31 Thread Roberto C . Sánchez
On Fri, Mar 30, 2007 at 11:47:06PM -0600, Paul E Condon wrote: > I'm setting up SSH to replace telnet for use on my LAN. I've gotten Welcome to the 20th century :-) > basic functionality working but I'm struggling with ssh-agent and > ssh-add. Where should I put them? Or have invocation of them

Re: Need help with SSH set-up

2007-03-30 Thread Kushal Kumaran
On 3/31/07, Paul E Condon wrote: I'm setting up SSH to replace telnet for use on my LAN. I've gotten basic functionality working but I'm struggling with ssh-agent and ssh-add. Where should I put them? Or have invocation of them already been planted in boot-up scripts somewhere awaiting my flipp

Need help with SSH set-up

2007-03-30 Thread Paul E Condon
I'm setting up SSH to replace telnet for use on my LAN. I've gotten basic functionality working but I'm struggling with ssh-agent and ssh-add. Where should I put them? Or have invocation of them already been planted in boot-up scripts somewhere awaiting my flipping a few config switches? I'm runn

Re: Help with ssh, please

2001-10-25 Thread Brian Nelson
Adam John Henry <[EMAIL PROTECTED]> writes: > > BURLET Frederic <[EMAIL PROTECTED]> writes: > > Or, if it's a newer version off ssh, it uses protocol 2 by > > default. > > Check the documentation in /usr/share/doc/ssh. > > What is the reasoning behind this: > > "ssh-keygen defaults to generati

Re: Help with ssh, please

2001-10-25 Thread Adam John Henry
> BURLET Frederic <[EMAIL PROTECTED]> writes: > Or, if it's a newer version off ssh, it uses protocol 2 by > default. > Check the documentation in /usr/share/doc/ssh. What is the reasoning behind this: "ssh-keygen defaults to generating a RSA1 key for use by SSH pro? tocol version 1." [ssh-ke

Re: Help with ssh, please

2001-10-24 Thread Brian Nelson
BURLET Frederic <[EMAIL PROTECTED]> writes: > On Wed, 24 Oct 2001, Stan Brown wrote: > > > I have a Debian potato + Progeney + 2.4.9 kernel machine. I have installed > > teh ssh package. I have installed openssh on the HP's on the network. I can > > ssh between the machines, but I'm still prompte

Re: Help with ssh, please

2001-10-24 Thread BURLET Frederic
On Wed, 24 Oct 2001, Stan Brown wrote: > I have a Debian potato + Progeney + 2.4.9 kernel machine. I have installed > teh ssh package. I have installed openssh on the HP's on the network. I can > ssh between the machines, but I'm still prompted for a password. > > How can I elimnate this prompt?

Help with ssh, please

2001-10-24 Thread Stan Brown
I have a Debian potato + Progeney + 2.4.9 kernel machine. I have installed teh ssh package. I have installed openssh on the HP's on the network. I can ssh between the machines, but I'm still prompted for a password. How can I elimnate this prompt? -- Stan Brown [EMAIL PROTECTED]

Re: Help with ssh

1998-09-26 Thread Greg Norris
First, you want to use ssh-keygen to create a public/private keyset for root, as well as whichever user(s) you want to be able to become root via ssh (assuming that you haven't already done this). Second, create the file "authorized_keys" in root's ~/.ssh directory. You want this file to contain

Help with ssh

1998-09-25 Thread Brian Schramm
I figure that I need to configure something at this time but I am not quite sure where to start. I installed the ssh deb file on my Debian 2.0 machine. I have also installed the redhat side on my redhat machine. Now I would like to configure it so the root user has access to the debian machine b