User Configuration Error
Details
Details
Assignee
Triage Team
Triage TeamReporter
Daniel Lynes
Daniel LynesLabels
Impact
Critical
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created September 20, 2020 at 11:53 PM
Updated July 1, 2022 at 4:55 PM
Resolved October 1, 2020 at 6:17 PM
Got one successful replication done manually. When the next replication was attempted on a schedule it and subsequent replications have failed to complete because SSH is no longer completing between the hosts.
SSH from putty at 10.10.30.1 to 10.10.30.253 works
SSH from openssh at 10.10.30.1 to 10.10.30.253 works
SSH from freenas at 10.10.30.254 to 10.10.30.253 does not elicit a login prompt, but does accept a tcp connection
SSH from freenas at 10.10.30.253 to 10.10.30.253 works
Replication error log is attached.
SSH log is as follows:
tunneldevice any:any
controlpersist no
escapechar ~
ipqos lowdelay throughput
rekeylimit 0 0
streamlocalbindmask 0177
root@officenas[~]# ssh -v 10.10.30.253
OpenSSH_7.5p1, OpenSSL 1.0.2s-freebsd 28 May 2019
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to 10.10.30.253 [10.10.30.253] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: Fssh_key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_rsa type -1
debug1: Fssh_key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: Fssh_key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa type -1
debug1: Fssh_key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: Fssh_key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: Fssh_key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: Fssh_key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519 type -1
debug1: Fssh_key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.5 FreeBSD-20170903
debug1: Remote protocol version 2.0, remote software version OpenSSH_8.0-hpn14v15
debug1: match: OpenSSH_8.0-hpn14v15 pat OpenSSH* compat 0x04000000
debug1: Authenticating to 10.10.30.253:22 as 'root'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
And then after a long wait, I also get:
Connection closed by 10.10.30.253 port 22