Linux app server query


Hi

I am unable to create App server 1 or 2 on linux lab basic level to create user and group, can someone please help with it.

Thank You

I’m not sure what you mean by “create” appserver 1 or 2. These servers exist, and you must connect to them using SSH command.

These servers are stapp01 and stapp02 described here.


Hi

Thank You for responding back but when I am trying to connect via SSH on App server3 and ask for password it fails. I am entering the password as per user’s list shared earlier. Any suggestion to overcome this issue.

You need to understand how SSH works. Each of the servers you log into in KKE, you must log in as a different local user - that is, you must give the name of the user for that server as part of the ssh command. Else it will try to log you in as thor which is not going to work.

So for appserver 1

ssh tony@stapp01

then enter the given password. Use the same technique for the other servers