I can't connect to my instance using an ssh connecion - It times out
The Shape I'm using is Oracle ubuntu . Previously, I used t connecti via ssh just fine, but now, this happened : '
PS C:\Users\Ehssan> ssh -i C:\Users\Ehssan.ssh\da-server-private.key ubuntu@89.168.52.188
ssh: connect to host 89.168.52.188 port 22: Connection timed out'
BEFORE THAT : I enabled the firewall using the command
'ufw enable'
and then I did the command 'ufw status', which game me this :
'root@modded:/home/ubuntu# sudo ufw status
Status: active
To Action From
-- ------ ----
25575/tcp ALLOW Anywhere
Nginx Full ALLOW Anywhere
80/tcp ALLOW Anywhere
443/tcp ALLOW Anywhere
25575/tcp (v6) ALLOW Anywhere (v6)
Nginx Full (v6) ALLOW Anywhere (v6)