On Mon, 2002-12-16 at 19:04, Hans-J�rgen Schwarz wrote: > Hello List, > I installed VServer on a Debian woody 3.0 Hostsystem. The VServer itself > is the same system. Everything is working quit well eccept SSH. I > always end up on the host system (With the password from the host of > course) I do a ssh [EMAIL PROTECTED] (IP from VServer) and the server is > asking me about the password, but the password from the vserver seems > not to work or ssh is connecting the host I don't know. I tried it from > outside, from the host and the VServer itself. Can anybody point me to > the right direction? > Thank you very much > > Hans-Juergen
That's because the sshd on your hostserver has bound port 22 on all interfaces. Try to restrict the host-servers sshd in /etc/ssh/sshd_config to only bind the main ip That should resolve your trouble ! -- Regards, Martin List-Petersen martin at list-petersen dot dk -- Good day to avoid cops. Crawl to school.
