Retrying doesn't work.Connection Failed
java.io.IOException: End of IO Stream Read
Do you want to retry?
It fails on Windows using PuTTY and Android using JuiceSSH.
I have another remote RPi (also Raspbian) that I can log into with SSH successfully.
Both were recently 'apt-get update' / 'apt-get upgrade' about a week ago. And both had stunnel4 installed and running at that time as well.
Here is the Connection information shown in JuiceSSH on my Android phone when I try to connect
Code: Select all
Connecting to xxx.xxx.xxx.xxxx port xxxx
Connection established
Remote version string: SSH-2.0-OpenSSH_6.Op1 Debian-4+deb7u2
Local version string: SSH-2.0-JuiceSSH
CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,
aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256
CheckKexes: diffie-hellman-group14-sha1
SSH_MSG_KEXINIT sent
Disconnecting from xxx.xxx.xxx.xxx port xxxx
Thanks.