Thread: ssh usage
View Single Post
jldiaz's Avatar
Posts: 48 | Thanked: 40 times | Joined on Apr 2008 @ Spain
#5
Originally Posted by iliaden View Post
on my n800, I have installed ssh (client), and on the desktop (windows 2000, cygwin), ssh server. The server works perfectly, and I was able to connect to it via another computer on my network.

This "other computer on your network" is wired to your W2000? It is a local network? Did you use an internal IP to connect?

Originally Posted by iliaden View Post
the question is: how to connect to my desktop via ssh? I have no wireless router (living off my neighbor's connection... don't tell them!), so the network I am on and the one i'm trying to connect to are different. How do I do this?
You need to provide your external IP to the ssh client. YOu can find this IP in your W2000 box by typing the command ifconfig in a cmd window. If the IP you obtain is not what you expected, (i.e, you get another internal IP), then probably your router has the "true" external IP,and you have to setup your router to forward the port 22 to your W2000 machine.

You dont need to specify any port in the ssh client command line, as long as your ssh server uses the standar port (which is 22, as said).
__________________
--ル Diaz