After adding new testuser this is the line in /etc/passwd
testuser:x:5006:5005::/var/www/clients/client1/web3/./home/testuser:/bin/false
And I cannot login to server with putty ... putty just crashes ( disapear ).
root@www:~# tail -f /var/log/auth.log
Feb 14 11:04:20 www sshd[10294]: Accepted password for testuser from 192.168.13.202 port 3756 ssh2
Feb 14 11:04:20 www sshd[10294]: pam_unix(sshd:session): session opened for user testuser by (uid=0)
Feb 14 11:04:20 www sshd[10294]: pam_unix(sshd:session): session closed for user testuser
|