Brian McDonald wrote:
Brian McDonald wrote:
Well now I have done it, some how during the upgrade from Fedora Core 2 to
Fedora Core 3 I have lost SSHD
When I try and start sshd I get a file not found. Can anyone walk me
through
getting it back??
Brian -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.7 - Release Date: 12/30/2004
yum install openssh*
This should take care of any missing ssh packages.
--
Wayne Leutwyler - CNA, RHCT http://linux.is-a-geek.net Columbus, OH. USA
Wayne thanks got all the openssh installed but when I do the /etc/init.d/sshd start
I get file not found. how do I get the sshd init files back.
Brian
-
-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.7 - Release Date: 12/30/2004
as root issue these commands:
service sshd start "This will start the sshd service for you."
chkconfig sshd --level 35 on
"This will make sure that the sshd service starts in runlevel 3 and each time you boot."
Dang it cought a typo after I sent it.
WRONG: > This will make sure that the sshd service starts in runlevel 3 and each > time you boot."
RIGHT:
This will make sure that the sshd service starts in runlevel 3 and 5 each time you boot.
-- Wayne Leutwyler - CNA, RHCT http://linux.is-a-geek.net Columbus, OH. USA -- http://www.spreadfirefox.com/?q=affiliates&id=0&t=1