--- On Sun, 1/17/10, Yarin <yarin@xxxxxxxxxxxx> wrote: > > I'm trying to get SSH to work with a non-root user in a VPS > Container running CentOS 5.3. But with no luck. > > The remote machine's /etc/ssh/sshd_config file looks like > this: (with comment lines stripped) > > Protocol 2 > SyslogFacility AUTHPRIV > PasswordAuthentication yes > ChallengeResponseAuthentication no > GSSAPIAuthentication yes > GSSAPICleanupCredentials yes > UsePAM yes > AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE > > Thanks for any help that you may be able to provide, > Yarin Try: UsePAM no