logoalt Hacker News

yjftsjthsd-hlast Monday at 6:11 PM1 replyview on HN

If you're going to that level, just put it behind a VPN.


Replies

godelskilast Monday at 10:40 PM

Tailscale is a VPN...

The context of the conversation is that the address becomes publicly visible so you get hit with port scanners and script kiddies looking for vulns. Moving off standard ports does help but many of those are also going to look at ports like 2222 or 8022 and treat them as ssh.

It's not hard to just send something like `nmap -sV -p- <ADDRESS>` (or better, use like rustscan.) and you'll discover those ports and the services.

On the other hand, just install something like knocked and you don't have to do much. Knocking is not a difficult thing to set up.

show 1 reply