Found the solution.  FYI:

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.
>From previous post:
http://freevsd.org/support/mail-archives/freevsd-support/2001/May/0041.html


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of FreeVSD
Sent: Thursday, August 09, 2001 7:09 PM
To: [EMAIL PROTECTED]
Subject: Allow admin ssh login to his VS

I am trying to enable ssh login.  Here is what I did.

1. bevs -r vsone
2. Edit /etc/vsd/priv.  Add admin to login section.
3. Edit /etc/pam.d/sshd.  Edit to: auth required /lib/security/pam_vsd.so
priv=telnet

Then I restart the VS.  Still cannot login.  What I am missing??

Thanks

------------------------- The freeVSD Support
List --------------------------
Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives:    http://freevsd.org/support/mail-archives/freevsd-support
----------------------------------------------------------------------------
-

------------------------- The freeVSD Support List --------------------------
Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives:    http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------

Reply via email to