Question
Can't connect via SSH by user@domain.tld but can via user@ip.ad.re.ss
I have a droplet set up with a LEMP stack and domain name. I can connect to the default Nginx page using the domain in a web browser. Nmap successfully scans the server and correctly resolves the domain to the IP address. Ping does not. I am able to connect via SSH using the IP address, however if I try using ssh user@domain.tld, it hangs for at least five minutes (I have not left it on longer).
I suspect the issue may have to do with my local firewall, however I am unsure.
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.
×