Unable to SSH to app server

I am trying to login to remote server but it is not accepting the password for the user.
can you help me on this

you have to follow documentation user and password not on behalf of yours.
Here is user and password of app server 1, 2 & 3

I was given the task to create jim user in app2 server.
i did the same using ssh. but my task failed. can you guide me where i missed

you have not provided him non-interactive shell like /sbin/nologin or /bin/false. You can check through cat /etc/passwd and for a particular user write on terminal :–
cat /etc/passwd | grep user-name

1 Like