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.