Bug 111041
Summary: | random openssh connection failure during connection to server | ||
---|---|---|---|
Product: | Networking | Reporter: | Tomas Mozes (hydrapolic) |
Component: | IPV4 | Assignee: | Stephen Hemminger (stephen) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | ganthore, hannes, szg00000 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.4.1 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Tomas Mozes
2016-01-20 10:14:17 UTC
Please follow this patch, it might solve the problem: https://patchwork.ozlabs.org/patch/570514/ Hmm, probably might not help, sorry. (In reply to hannes from comment #1) > Please follow this patch, it might solve the problem: > https://patchwork.ozlabs.org/patch/570514/ This happens with/without bonding, so not sure if it really helps. Just tested with 4.4.1, still the same. Just tried with 4.4.6 and the problem seems to go away, cannot reproduce it after numerous login retries. Happens for me using kernel 4.6.2. > ssh 10.0.0.200 -vvv OpenSSH_7.2p2lpk, OpenSSL 1.0.2h 3 May 2016 debug1: Reading configuration data /home/ganthore/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: auto-mux: Trying existing master debug1: Control socket "/tmp/ganthore@10.0.0.200:22" does not exist debug2: resolving "10.0.0.200" port 22 debug2: ssh_connect_direct: needpriv 0 debug1: Connecting to 10.0.0.200 [10.0.0.200] port 22. debug1: Connection established. debug1: identity file /home/ganthore/.ssh/id_rsa type 1 debug1: key_load_public: No such file or directory debug1: identity file /home/ganthore/.ssh/id_rsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/ganthore/.ssh/id_dsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/ganthore/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/ganthore/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/ganthore/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/ganthore/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/ganthore/.ssh/id_ed25519-cert type -1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_7.2 ssh_exchange_identification: read: Connection reset by peer Disregard my post, it was a different issue entirely (bad config from NetworkManager on a static route). |