Last active
November 17, 2016 10:05
-
-
Save anddam/2f1609408fcb8e9db8a2a7e995e786e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SSH initialization failed, try again? | |
com.jcraft.JSchexception: Session.connect: java.io.IOException: End of IO Stream Read | |
--- | |
com.jcraft.JSchexception: Session.connect: java.io.IOException: End of IO Stream Read | |
at com.jcraft.jsch.Session.connect(Session.java:485) | |
at com.jcraft.jsch.Session.connect(Session.java:149) | |
[follows backtrace] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Connection from 154.123.162.142 port 20150 on 219.29.94.129 port 3000 | |
debug1: Client protocol version 2.0; client software version JSCH-0.1.39 | |
debug1: no match: JSCH-0.1.39 | |
debug1: Enabling compatibility mode for protocol 2.0 | |
debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1 | |
debug2: fd 3 setting O_NONBLOCK | |
debug2: Network child is on pid 11636 | |
debug3: preauth child monitor started | |
debug1: list_hostkey_types: [preauth] | |
No supported key exchange algorithms [preauth] | |
debug1: do_cleanup [preauth] | |
debug3: mm_request_receive entering | |
debug1: do_cleanup | |
debug1: Killing privsep child 11636 | |
debug1: audit_event: unhandled event 12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Port 22 | |
Protocol 2 | |
HostKey /etc/ssh/ssh_host_rsa_key | |
HostKey /etc/ssh/ssh_host_dsa_key | |
HostKey /etc/ssh/ssh_host_ecdsa_key | |
HostKey /etc/ssh/ssh_host_ed25519_key | |
UsePrivilegeSeparation yes | |
KeyRegenerationInterval 3600 | |
ServerKeyBits 1024 | |
SyslogFacility AUTH | |
LogLevel INFO | |
LoginGraceTime 120 | |
PermitRootLogin no | |
StrictModes yes | |
RSAAuthentication yes | |
PubkeyAuthentication yes | |
IgnoreRhosts yes | |
RhostsRSAAuthentication no | |
HostbasedAuthentication no | |
PermitEmptyPasswords no | |
ChallengeResponseAuthentication no | |
X11Forwarding yes | |
X11DisplayOffset 10 | |
PrintMotd no | |
PrintLastLog yes | |
TCPKeepAlive yes | |
AcceptEnv LANG LC_* | |
Subsystem sftp /usr/lib/openssh/sftp-server | |
UsePAM no | |
UseDNS no | |
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],[email protected],aes128-cbc | |
KexAlgorithms diffie-hellman-group-exchange-sha1 | |
KexAlgorithms [email protected] | |
KexAlgorithms +diffie-hellman-group1-sha1 | |
KexAlgorithms +diffie-hellman-group14-sha1 | |
KexAlgorithms +diffie-hellman-group-exchange-sha256 | |
KexAlgorithms +ecdh-sha2-nistp256 | |
KexAlgorithms +ecdh-sha2-nistp384 | |
KexAlgorithms +ecdh-sha2-nistp521 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment