|
|
|
|
|
by AnthonyMouse
740 days ago
|
|
> Even with strong passwords, maybe you don't want someone attempting to authenticate so quickly. Could be DoS or trying to exploit sshd. DoS in this context is generally pretty boring. Your CPU would end up at 100% and the service would be slower to respond but still would. Also, responding to a DoS attempt by blocking access is a DoS vector for anyone who can share or spoof your IP address, so that seems like a bad idea. If someone is trying to exploit sshd, they'll typically do it on the first attempt and this does nothing. > Also it's unlikely that your hotel's IP address is spamming the particular SSH server you need to connect to. It is when the hotel is using the cheapest available ISP with CGNAT. |
|
If the hotel is using such a dirty shared IP that it's also being used to spam random SSH servers, that connection is probably impractical for several other reasons, e.g. flagged on Cloudflare. At that point I'd go straight to a VPN or hotspot.