Unable to ssh into App01 server (permission denied)

I have tried several times to ssh into the server with the details below but i was denied.

stapp01 172.16.238.10 stapp01.stratos.xfusioncorp.com tony Ir0nM@n Nautilus App 1

kindly help out!

Hi @sammyjel

Can you share which lab areyou trying this on?

And, what’s the error you get when you try ssh tony@stapp01

I am on kodekloud Engineer lab.

@sammyjel you are trying to ssh to the stapp01 server as user thor instead of tony.

As @Santosh_KodeKloud mentioned, do ssh tony@stapp01 then enter the password.

Hi @sammyjel

You are using SSH without specifying a username. By default, SSH uses your client host’s username, which in this case is “thor.” Please try again by including the username and host (IP), like this: username@host(ip).

Thank you so much Santosh, Srikanth and Raymond for your quick respose and solution. i am really learning on this platform. :pray: :people_hugging:

1 Like