Task1 - File Permissions - SSH Permission denied error

Task : Please give executable permissions to /tmp/xfusioncorp.sh script on App Server 1 .
Also make sure every user can execute it.

Facing SSH login issue: keep on saying permission denied even tried typing & copy password
image

found this solution to fix this issue.

hi knagesh7
i am also facing similar issue.
Where you got the ip and password details ?
to perform ssh from jump host to actual server i am facing issue.

@knagesh7
According to the documentation, IP address 172.16.238.10 belongs to App Server 1 in the Stratos data center. So if you are trying to ssh into App Server 1, the user you are supposed to use is β€˜tony’

So instead of this: ssh [email protected]

Use this instead: ssh [email protected]

Or this: ssh tony@stapp01

and the password is: Ir0nM@n

1 Like