Re: Help get ssh working

2003-03-20 Thread Gene Yoo
Patrick Nelson wrote: with the chkconfig command you don't have to grep it... just remove the | sshd like: chkconfig --list sshd and it will list the init.d config of each run level oops sorry for any mis-guidance, i love using | at any chance i get : ) -- <> -BEGIN PGP SIGNED MESSAGE--

RE: Help get ssh working

2003-03-19 Thread Patrick Nelson
Gene Yoo wrote: > Andrew Robinson wrote: >> I'm trying to get ssh working on a Redhat 7.3 installation. Right >> now it is refusing the connection. I've included what pertinent >> information I know about. If I've left something out, please let me >> know. When I installed Redhat, I chose the "medi

Re: Help get ssh working

2003-03-19 Thread Gene Yoo
Andrew Robinson wrote: I'm trying to get ssh working on a Redhat 7.3 installation. Right now it is refusing the connection. I've included what pertinent information I know about. If I've left something out, please let me know. When I installed Redhat, I chose the "medium" security option and "cu

Re: Help get ssh working

2003-03-19 Thread Nanyar Lankan
ok if you want to add something to run at the boottime you can modify the /etc/rc.d/rc3.d/ files depending on your requirement for init level 3 modification. just link the script file to this fiels  it seems to be ok plese put proper numbering when you edit the rc#.d files thenks      nate <[EMAIL

Re: Help get ssh working

2003-03-18 Thread nate
Andrew Robinson said: > I'm trying to get ssh working on a Redhat 7.3 installation. Right now it > is refusing the connection. I've included what pertinent information I > know about. If I've left something out, please let me know. When I > installed Redhat, I chose the "medium" security option

RE: Help get ssh working

2003-03-18 Thread Andrew Robinson
Well, I think a big "Duh!" is in order. sshd was not running on my system. In fact, it wasn't present on my system. I had to retrieve the openssh-server package and install it. Thanks for the help! And thanks for reminding me of the chkconfig program. That's one of those items I need to add to

RE: Help get ssh working

2003-03-18 Thread Mingle, Michael
Run nmap localhost to see if ssh is listening on port 22. If it is you might want to try temporarily disabling your firewall rules too see if that may be the problem - ipchains -F Michael =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Michael Mingle, MCSE MCDBA Information Systems Analyst Aerojet Ordnance Ten

RE: Help get ssh working

2003-03-18 Thread Rick Carroll
Is sshd running? chkconfig --list and if not, chkconfig --level 345 sshd on HTH Rick Carroll -Original Message- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 11:41 AM To: [EMAIL PROTECTED] Subject:Help get ssh working I'm trying to get

Re: Help get ssh working

2003-03-18 Thread edwardspl
Andrew Robinson wrote: > I'm trying to get ssh working on a Redhat 7.3 installation. Right now it is > refusing the connection. I've included what pertinent information I know > about. If I've left something out, please let me know. When I installed > Redhat, I chose the "medium" security option a