How to remote ssh connect the server via Internet
Hi folks,
Server public IP - 220.232.xxx.xxx
Server internal IP (router IP) 192.168.0.52
Server hostname - satimis.com
domain - satimis.com
port 2222 already forward to 192.168.0.52
On Intranet
$ ssh -p2222 192.168.0.52
can ssh connect the server
What will be the correct command on Xterm to ssh connect the server on local machine via Internet ?
Tried follows without result;
# ssh -p2222 satimis.com
$ ssh -p2222 220.232.xxx.xxx
just hanging without connected. Please advise. TIA
B.R.
satimis