I have two things to say.

Thank you very much
and
DOH! (tatoos remember to double check config files on my eyelids)

Sam

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Matt Kennedy
Sent: Friday, May 04, 2001 5:09 PM
To: [EMAIL PROTECTED]
Subject: Re: SSH issues


On 04 May 2001 13:38:14 -0400, Sam Mayes wrote:
>
>  Has anyone had problems in which you ssh to a virtual server and login he
> the actual host server, no chrooted environment etc. It also seems sshd is
> not started in the virt server, no errors in logs, etc. im running rh 6.2
> with the errata skeleton provided by freevsd. Any ideas?
>


Run 'netstat -nat' on your server, if you see the following:

tcp        0      0 0.0.0.0:22              0.0.0.0:*
LISTEN

Then your base server's sshd is configured to bind to the default route,
which is sshd's default behavior. To get sshd running in a VS the base
server's sshd needs to be configured to bind to a specific IP address,
because once bound to the default route, no other sshd daemons will
work. The ListenAddress directive in sshd_config controls this setting.


--
Matt Kennedy
Programmer Jumpline.com, Inc.



Reply via email to