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--
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
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
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
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
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
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
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
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