From: Deim Agoston (ago_at_idg.hu)
Date: Fri 19 Jul 2002 - 10:02:44 BST
On Thu, Jul 18, 2002 at 11:56:26PM +0100, Paul Sladen <vserver_at_paul.sladen.org> wrote:
> Read the docs/scripts about this script on the host box:
> /etc/{init,rc}.d/v_ssh
> By default the SSH daemon on the main server is started first, and listens
> on all IP addresses bound on the machine. It grab port 22 on all addresses
> before the sshd in the vserver gets a chance. Either use the above script,
> or use the `Listen' command in /etc/ssh/sshd_config to restrict it to only
> listen on the host server's main IP address.
Better situation if you bind SSH a port above 1024 and bind it to specific IP
after this.
Bye,
Ago