ssh problem
Mario Vukelic
mario.vukelic at dantian.org
Wed Nov 19 06:24:45 UTC 2008
On Tue, 2008-11-18 at 17:51 -0500, art wrote:
> Well, that was my first thought, is the sshd up and running on the
> target machine?
In my experience, ssh -v will tell you if there is no sshd at the other
end, that is:
ssh -v 192.168.1.100
OpenSSH_5.1p1 Debian-3ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.1.100 [192.168.1.100] port 22.
debug1: connect to address 192.168.1.100 port 22: Connection refused
ssh: connect to host 192.168.1.100 port 22: Connection refused
More information about the ubuntu-users
mailing list