Network again!



I had to reinstall Dapper last week, after a failed attempt to
upgrade. <sigh>
Everything is fine now, except for the network. Here's what
happens:
Connecting to myself:
root@dapper2:/# telnet 127.0.0.1 22
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
SSH-2.0-OpenSSH_4.2p1 Debian-7ubuntu3.1
Protocol mismatch.
Connection closed by foreign host.
root@dapper2:/# telnet 192.168.1.2 22
Trying 192.168.1.2...
Connected to 192.168.1.2.
Escape character is '^]'.
SSH-2.0-OpenSSH_4.2p1 Debian-7ubuntu3.1
Protocol mismatch.
Connection closed by foreign host.

Connecting to remote:
root@dapper2:/# telnet 192.168.1.1 22
Trying 192.168.1.1...
telnet: Unable to connect to remote host: Connection refused

Check for presence of sshd:
root@dapper2:/# ps aux |grep sshd
root 9561 0.0 0.1 4764 1056 ? Ss 14:34
0:00 /usr/sbin/sshd

From remote to myself:
bra@edgykde:~$ telnet 192.168.1.2 22
Trying 192.168.1.2...
Connected to 192.168.1.2.
Escape character is '^]'.
SSH-2.0-OpenSSH_4.2p1 Debian-7ubuntu3.1
Protocol mismatch.
Connection closed by foreign host

What do I need to do, to get things to work?
I'd prefer to connect using gftp.

--
Regards,
Brian

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages