Answer the question
In order to leave comments, you need to log in
How to open access to ssh from any IP?
How to configure ssh on Debian so that anyone can connect to the server from any ip (not just local)?
Answer the question
In order to leave comments, you need to log in
Without NAT, the entire Internet is local, that is, you don’t need to do anything else, except to open a port for everyone through iptables or whatever your firewall is. With NAT - you need to do port forwarding on the router (any tcp) to the local address port 22 (or where you have ssh), otherwise you won't open it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question