anonymous
2010-09-10 11:23:41 UTC
ssh 22222 to 22222 Both 192.168.1.101(this is my laptops local ip) (the "Enable" box is checked)
(Note: I am using port 22222 for security reasons - so people scanning for open ssh ports, i. e. port 22, won't immediately see that an ssh port is open)
Now that I have done this, how can I ssh into said computer from a computer outside of my network?
I have tried the command "ssh xxx.xxx.xxx.xxx" (xxx.xxx.xxx.xxx is my router's external ip address) but this returns "connection refused by remote host". So how do I ssh into my computer?
*Note: Please don't tell me to do "ssh 192.168.1.101". About 20 people have told me to do this. Understand that I am trying to connect to my computer from a computer that is NOT on my local network.*
Thank you in advance!