Subject: Re: [vserver] Networking questions
From: startx <startx@plentyfact.org>
Date: Wed, 23 Jun 2010 09:20:51 +0100

On Wed, 23 Jun 2010 01:13:54 -0700
Siv <punumaa@gmail.com> wrote:

> Thanks. Some behaviors I noticed :
> 
> 1. I can ssh into the host providing the ip address of the guest i.e
> ssh root@guest gets me into the host. I hope this is not by design.

you need to bind the sshd of the host and guest to their IP adresses.

look at /etc/ssh/sshd_config :

"ListenAddress"

startx