Bugzilla – Attachment 3027 Details for
Bug 2750
Unexpected "Couldn't read packet: Connection reset by peer" message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ssh log
2750_ssh.txt (text/plain), 4.34 KB, created by
jg
on 2017-07-31 12:06:52 AEST
(
hide
)
Description:
ssh log
Filename:
MIME Type:
Creator:
jg
Created:
2017-07-31 12:06:52 AEST
Size:
4.34 KB
patch
obsolete
>$ ssh -oLogLevel=debug3 ssh@192.168.1.15 -p 2222 >debug1: Reading configuration data /etc/ssh/ssh_config >debug1: /etc/ssh/ssh_config line 19: Applying options for * >debug2: resolving "192.168.1.15" port 2222 >debug2: ssh_connect_direct: needpriv 0 >debug1: Connecting to 192.168.1.15 [192.168.1.15] port 2222. >debug1: Connection established. >debug1: key_load_public: No such file or directory >debug1: identity file /home/jonny/.ssh/id_rsa type -1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/jonny/.ssh/id_rsa-cert type -1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/jonny/.ssh/id_dsa type -1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/jonny/.ssh/id_dsa-cert type -1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/jonny/.ssh/id_ecdsa type -1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/jonny/.ssh/id_ecdsa-cert type -1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/jonny/.ssh/id_ed25519 type -1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/jonny/.ssh/id_ed25519-cert type -1 >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 >debug1: Remote protocol version 2.0, remote software version SSHD-CORE-0.13.0 >debug1: no match: SSHD-CORE-0.13.0 >debug2: fd 3 setting O_NONBLOCK >debug1: Authenticating to 192.168.1.15:2222 as 'ssh' >debug3: put_host_port: [192.168.1.15]:2222 >debug3: hostkeys_foreach: reading file "/home/jonny/.ssh/known_hosts" >debug3: send packet: type 20 >debug1: SSH2_MSG_KEXINIT sent >debug3: receive packet: type 20 >debug1: SSH2_MSG_KEXINIT received >debug2: local client KEXINIT proposal >debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,ext-info-c >debug2: host key algorithms: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa >debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc >debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc >debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 >debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 >debug2: compression ctos: none,zlib@openssh.com,zlib >debug2: compression stoc: none,zlib@openssh.com,zlib >debug2: languages ctos: >debug2: languages stoc: >debug2: first_kex_follows 0 >debug2: reserved 0 >debug2: peer server KEXINIT proposal >debug2: KEX algorithms: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 >debug2: host key algorithms: ssh-dss >debug2: ciphers ctos: aes128-ctr,aes192-ctr,aes256-ctr,arcfour128,arcfour256,aes128-cbc,3des-cbc,blowfish-cbc,aes192-cbc,aes256-cbc >debug2: ciphers stoc: aes128-ctr,aes192-ctr,aes256-ctr,arcfour128,arcfour256,aes128-cbc,3des-cbc,blowfish-cbc,aes192-cbc,aes256-cbc >debug2: MACs ctos: hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-md5,hmac-sha1-96,hmac-md5-96 >debug2: MACs stoc: hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-md5,hmac-sha1-96,hmac-md5-96 >debug2: compression ctos: none >debug2: compression stoc: none >debug2: languages ctos: >debug2: languages stoc: >debug2: first_kex_follows 0 >debug2: reserved 0 >debug1: kex: algorithm: ecdh-sha2-nistp256 >debug1: kex: host key algorithm: (no match) >Unable to negotiate with 192.168.1.15 port 2222: no matching host key type found. Their offer: ssh-dss >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2750
:
3026
| 3027 |
3031