Here again is the issue i am having

[sudo] password for thor:
[root@jumphost ~]# useradd mariyam -u 1591 -d /var/www/mariyam

This was another one i entered into but i was able to use the ssh command but this is what it is giving me even when i am online. can someone help me out and point me to the right direction.

Don’t use sudo before ssh, and do use the correct user for the host you are trying to connect to, and also the correct host name which in your case is stapp02 not with some IP address on the end.

thor@jumphost ~$ ssh steve@stapp02

Enter the given password for steve. You will then be logged into stapp02. From here use sudo to run admin commands on that host.

Thanks so much. It really helped