On Wed, 2004-03-17 at 12:17, Rolf Berkenbosch wrote: > Below you find the error: > > [root@groningen mail]# ssh -v -v -l testtest localhost > OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f Shouldn't the user you are ssh'ing with be the same as the user account you created? You had created a user 'usertest' but are trying to ssh with 'testtest' > Am Mi, den 17.03.2004 schrieb Rolf Berkenbosch um 17:39: > > Hello everybody, > > > > I have a problem with shell users. > > If I made a shell user with useradd: > > useradd usertest -s /bin/bash > > and give the user a password: > > passwd usertest > > > > The user is made succesfully, but > > if I want to login with SSH it logged > > me out inmiddelity. The rights in > > the user homedirectory loos fine. > > > > Please help.... > > > > Thank you, > > > > Rolf Berkenbosch