So basically, I can’t ssh into the server. I am using digital ocean nginx droplet. I can ssh into other droplet. I can’t ssh only into this droplet and the website down too. I tried to ping it but I got Request timed out. error. I tried ssh -vvv and got the following
PS C:\Users\karima\OneDrive\Desktop\laravel on-going projects\amazon folder\amazon_fullstack\amazon> ssh -vvv root@143.198.199.2
OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
debug3: Failed to open file:C:/Users/karima/.ssh/config error:2
debug3: Failed to open file:C:/ProgramData/ssh/ssh_config error:2
debug2: resolve_canonicalize: hostname 143.198.199.2 is address
debug2: ssh_connect_direct
debug1: Connecting to 143.198.199.2 [143.198.199.2] port 22.
debug3: finish_connect - ERROR: async io completed with error: 10060, io:000001EC19268ED0
debug1: connect to address 143.198.199.2 port 22: Connection timed out ssh: connect to host 143.198.199.2 port 22: Connection timed out
Can anyone please help?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Solved. It was because of wifi connection. Strangely, my wifi connection is not blocking SSH into other droplet but only blocking this one. I wonder why.