Re: ssh, permission denied. all the time

Aaron Konstam <[email protected]> Mon, 24 Feb 2003 08:42:24 -0600
Newsgroups gmane.linux.redhat.release.guinness
Message-ID <[email protected]>
On Sun, Feb 23, 2003 at 07:53:35AM -0800, Maroun Farah wrote:
> sshd is running, and system seems to listen to port
> 22.
> However it sshd was in /usr/local/sbin/sshd  and I
> have inserted a line in rc.local in order to activate
> it at start.
> Is this wrong?
Yes that is wrong. You have sshd started at boot by typing:
chkconfig --level 35 sshd on
This will start it at run level 3 and 5.
chkconfig --list |grep sshd
will determine if it is been already set to on.
-- 
-------------------------------------------
Aaron Konstam
Computer Science
Trinity University
715 Stadium Dr.
San Antonio, TX 78212-7200

telephone: (210)-999-7484
email:[email protected]