Link to home
Start Free TrialLog in
Avatar of dimsh
dimsh

asked on

SSh Users Login


hi,
I have created new users remotly(while I login as root to remote machine).
new user has UID>500 and GID=0 (root) , shell=/bin/bash and with password.

when I tried to login remotly with this new user using ssh I get Permission denied

is this an ssh restriction? and how can I enable my new user to login via ssh?
ASKER CERTIFIED SOLUTION
Avatar of ppfoong
ppfoong

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dimsh
dimsh

ASKER


I have it commented ,,

## part of sshd_config ##########

# Authentication:

#LoginGraceTime 2m
#PermitRootLogin yes
#StrictModes yes
#MaxAuthTries 6

#########################

I have got my new server , the provider said that i can login to ssh using the user "sshuser" , I can login using that user and root user , but not with the users i have created later.
So what should I do ?
Avatar of dimsh

ASKER


Thanks for your replay, The problem solved



What a shame ..... I was typing the password incorrectly for 30 times. :(