Q#2 IP / Ports - command not working, pls provide command

image

asking for password???

Hello, fifafd350
Before doing ssh into the any server. First thing we have to make sure that user is available or not in the target server.
e.g.
ssh app01 – It will find same user in the app01 server as per screenshot it’s a thor user.
If you want to do ssh for a specific user and you knew the password as well then write that user name with app01. Use with @ symbole to add both user-name and serverName.
ssh user-name@app01