Day13Of100DaysOfDevops Unable to do the Task today

I tried multiple times today but I was unable to do Day13 of 100 Days of Devops, the terminal was getting timed out

is there something I can do to fix the issue?

thor@jump-host ~$ ssh tony@172.16.238.10
ssh: connect to host 172.16.238.10 port 22: Connection timed out
thor@jump-host ~$ ssh tony@172.16.238.10

Please use the short DNS names, e.g. stapp01

thor@jump-host ~$ ssh tony@172.16.238.10
^C
thor@jump-host ~$ ssh tony@stapp01
The authenticity of host 'stapp01 (10.244.13.65)' can't be established.
ED25519 key fingerprint is SHA256:cYZXI3XaQWicQCkHmwymBjrNFcJVVWGTuA/60DZHuac.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'stapp01' (ED25519) to the list of known hosts.
tony@stapp01's password: 
[tony@stapp01 ~]$ 

It would seem the lab infrastructure has been changed and therefore IPs are different.

1 Like

Thanks that worked.
I should have tried that, before raising a issue, here, Hopefully
this find its use for someone else as well