[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ssh connection



I am trying to set up a small network of three machines to intercommunicate via ssh.  Machines B and C are running Squeeze with Trinity DE, machine A is running Lenny with KDE3.  (The other Squeeze machine turned up its toes and died this morning. :-(  So I had to bring poor old Lenny back on stream.)

I have been using Google to good effect for almost the whole process, about which I am a total ignoramus, but I have hit an impasse from which much Googling cannot extricate me.

I have machines A, B, C.  All three can ping each other and the router.

Machine A can ssh into both the other machines.  Machine C can ssh into both the other machines.  Machine B can ssh into Machine C, but not into Machine A.

I am now reluctant to do anything too drastic in case I kibosh even what I have got.

Anyone got any suggestions what I could try?  Could I supply more helpful data?  I have done a ssh -v and the result is below.

Thanks,
Lisi

lisi@Tux-II:~$ ssh lisi@192.168.0.8
Read from socket failed: Connection reset by peer
lisi@Tux-II:~$ ssh -v lisi@192.168.0.8
OpenSSH_5.5p1 Debian-6+squeeze2, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.0.8 [192.168.0.8] port 22.
debug1: Connection established.
debug1: identity file /home/lisi/.ssh/id_rsa type -1
debug1: identity file /home/lisi/.ssh/id_rsa-cert type -1
debug1: identity file /home/lisi/.ssh/id_dsa type -1
debug1: identity file /home/lisi/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5
debug1: match: OpenSSH_5.1p1 Debian-5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze2
debug1: SSH2_MSG_KEXINIT sent
Read from socket failed: Connection reset by peer
lisi@Tux-II:~$                  

Reply to: