Write Failed: Connection Reset by Peer

436 views
Skip to first unread message

Matt Tollerson

unread,
May 4, 2021, 3:30:52 PM5/4/21
to rundeck-discuss
All,
   Our Rundeck server has a script connecting several SSH sessions in a row to a client server.  It consistently fails during an SSH "write" with only this message as a clue on the client-side logs: "Write Failed.  Connection Reset by Peer".

   As a workaround, we introduced a 45 second delay and now it works; but, this exact script used to work as-written.  Does anyone know of an update related-to this or have any of you experienced this?

Thank you all in advance,

Matt T.

rac...@rundeck.com

unread,
May 4, 2021, 4:41:40 PM5/4/21
to rundeck-discuss
Hi Matt,

Could you run the job in debug mode to take a look at the output? (please hide or change any potentially sensitive information).

Alternatively, try with OpenSSH or SSHJ node executors instead of SSH (JSCH  based SSH node executor).

Regards!

Matt Tollerson

unread,
May 4, 2021, 4:55:10 PM5/4/21
to rundeck-discuss
Thanks x10.  The file will not attach so I've pasted it whole. (a gentle reminder, this is the secure log from the client server.  The Rundeck server did not show anything (yet?)

Regarding using OpenSSH or SSHJ, you mean to replace how Rundeck currently does SSH, correct?  (I ask, because SSH in all forms we have tried works.  It is only when this is executed sequentially in a script that it fails).

Sincerely,

Matt T.

Apr 27 11:55:12 matts-client sshd[15031]: debug1: SSH2_MSG_NEWKEYS sent
Apr 27 11:55:12 matts-client sshd[15031]: debug1: expecting SSH2_MSG_NEWKEYS
Apr 27 11:55:12 matts-client sshd[15031]: debug1: SSH2_MSG_NEWKEYS received
Apr 27 11:55:12 matts-client sshd[15031]: debug1: KEX done
Apr 27 11:55:12 matts-client sshd[15031]: debug1: userauth-request for user tomcat service ssh-connection method none
Apr 27 11:55:12 matts-client sshd[15031]: debug1: attempt 0 failures 0
Apr 27 11:55:12 matts-client sshd[15030]: debug1: PAM: initializing for "tomcat"
Apr 27 11:55:12 matts-client sshd[15030]: debug1: PAM: setting PAM_RHOST to "7.7.7.7"
Apr 27 11:55:12 matts-client sshd[15030]: debug1: PAM: setting PAM_TTY to "ssh"
Apr 27 11:55:12 matts-client sshd[15031]: debug1: userauth-request for user tomcat service ssh-connection method publickey
Apr 27 11:55:12 matts-client sshd[15031]: debug1: attempt 1 failures 0
Apr 27 11:55:12 matts-client sshd[15031]: debug1: test whether pkalg/pkblob are acceptable
Apr 27 11:55:12 matts-client sshd[15030]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:12 matts-client sshd[15030]: debug1: trying public key file /home/tomcat/.ssh/authorized_keys
Apr 27 11:55:12 matts-client sshd[15030]: debug1: fd 4 clearing O_NONBLOCK
Apr 27 11:55:12 matts-client sshd[15030]: debug1: matching key found: file /home/tomcat/.ssh/authorized_keys, line 2
Apr 27 11:55:12 matts-client sshd[15030]: Found matching RSA key: 00:4c:b9:b7:ba:a5:35:d7:8d:08:a9:b3:ee:50:46:86
Apr 27 11:55:12 matts-client sshd[15030]: debug1: restore_uid: 0/0
Apr 27 11:55:12 matts-client sshd[15031]: Postponed publickey for tomcat from 7.7.7.7 port 54928 ssh2
Apr 27 11:55:12 matts-client sshd[15031]: debug1: userauth-request for user tomcat service ssh-connection method publickey
Apr 27 11:55:12 matts-client sshd[15031]: debug1: attempt 2 failures 0
Apr 27 11:55:12 matts-client sshd[15030]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:12 matts-client sshd[15030]: debug1: trying public key file /home/tomcat/.ssh/authorized_keys
Apr 27 11:55:12 matts-client sshd[15030]: debug1: fd 4 clearing O_NONBLOCK
Apr 27 11:55:12 matts-client sshd[15030]: debug1: matching key found: file /home/tomcat/.ssh/authorized_keys, line 2
Apr 27 11:55:12 matts-client sshd[15030]: Found matching RSA key: 00:4c:b9:b7:ba:a5:35:d7:8d:08:a9:b3:ee:50:46:86
Apr 27 11:55:12 matts-client sshd[15030]: debug1: restore_uid: 0/0
Apr 27 11:55:12 matts-client sshd[15030]: debug1: ssh_rsa_verify: signature correct
Apr 27 11:55:12 matts-client sshd[15030]: debug1: do_pam_account: called
Apr 27 11:55:12 matts-client sshd[15030]: Accepted publickey for tomcat from 7.7.7.7 port 54928 ssh2
Apr 27 11:55:12 matts-client sshd[15030]: debug1: monitor_child_preauth: tomcat has been authenticated by privileged process
Apr 27 11:55:12 matts-client sshd[15030]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:12 matts-client sshd[15030]: debug1: ssh_gssapi_storecreds: Not a GSSAPI mechanism
Apr 27 11:55:12 matts-client sshd[15030]: debug1: restore_uid: 0/0
Apr 27 11:55:12 matts-client sshd[15030]: debug1: SELinux support enabled
Apr 27 11:55:12 matts-client sshd[15030]: debug1: PAM: establishing credentials
Apr 27 11:55:12 matts-client sshd[15030]: pam_unix(sshd:session): session opened for user tomcat by (uid=0)
Apr 27 11:55:12 matts-client sshd[15030]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:12 matts-client sshd[15030]: debug1: ssh_gssapi_storecreds: Not a GSSAPI mechanism
Apr 27 11:55:12 matts-client sshd[15030]: debug1: restore_uid: 0/0
Apr 27 11:55:12 matts-client sshd[15030]: User child is on pid 15033
Apr 27 11:55:12 matts-client sshd[15033]: debug1: PAM: establishing credentials
Apr 27 11:55:12 matts-client sshd[15033]: debug1: permanently_set_uid: 220/220
Apr 27 11:55:12 matts-client sshd[15033]: debug1: Entering interactive session for SSH2.
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_init_dispatch_20
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_open: ctype session rchan 2007 win 1048576 max 16384
Apr 27 11:55:12 matts-client sshd[15033]: debug1: input_session_request
Apr 27 11:55:12 matts-client sshd[15033]: debug1: channel 0: new [server-session]
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_new: session 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_open: channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_open: session 0: link with channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_open: confirm session
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:12 matts-client sshd[15033]: debug1: server_input_channel_req: channel 0 request exec reply 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:12 matts-client sshd[15033]: debug1: session_input_channel_req: session 0 req exec
Apr 27 11:55:12 matts-client sshd[15030]: debug1: session_new: session 0
Apr 27 11:55:13 matts-client sshd[15033]: debug1: Received SIGCHLD.
Apr 27 11:55:13 matts-client sshd[15033]: debug1: session_by_pid: pid 15034
Apr 27 11:55:13 matts-client sshd[15033]: debug1: session_exit_message: session 0 channel 0 pid 15034
Apr 27 11:55:13 matts-client sshd[15033]: debug1: session_exit_message: release channel 0
Apr 27 11:55:13 matts-client sshd[15033]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:13 matts-client sshd[15033]: debug1: session_close_by_channel: channel 0 child 0
Apr 27 11:55:13 matts-client sshd[15033]: debug1: session_close: session 0 pid 0
Apr 27 11:55:13 matts-client sshd[15033]: debug1: channel 0: free: server-session, nchannels 1
Apr 27 11:55:13 matts-client sshd[15033]: Connection closed by 7.7.7.7
Apr 27 11:55:13 matts-client sshd[15033]: debug1: do_cleanup
Apr 27 11:55:13 matts-client sshd[15033]: Transferred: sent 2248, received 4384 bytes
Apr 27 11:55:13 matts-client sshd[15033]: Closing connection to 7.7.7.7 port 54928
Apr 27 11:55:13 matts-client sshd[15030]: debug1: PAM: cleanup
Apr 27 11:55:13 matts-client sshd[15030]: debug1: PAM: closing session
Apr 27 11:55:13 matts-client sshd[15030]: pam_unix(sshd:session): session closed for user tomcat
Apr 27 11:55:13 matts-client sshd[15030]: debug1: PAM: deleting credentials
Apr 27 11:55:14 matts-client sshd[14512]: debug1: Forked child 15047.
Apr 27 11:55:14 matts-client sshd[15047]: Set /proc/self/oom_score_adj to 0
Apr 27 11:55:14 matts-client sshd[15047]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Apr 27 11:55:14 matts-client sshd[15047]: debug1: inetd sockets after dupping: 3, 3
Apr 27 11:55:14 matts-client sshd[15047]: Connection from 7.7.7.7 port 54936
Apr 27 11:55:14 matts-client sshd[15047]: debug1: Client protocol version 2.0; client software version JSCH-0.1.54
Apr 27 11:55:14 matts-client sshd[15047]: debug1: no match: JSCH-0.1.54
Apr 27 11:55:14 matts-client sshd[15047]: debug1: Enabling compatibility mode for protocol 2.0
Apr 27 11:55:14 matts-client sshd[15047]: debug1: Local version string SSH-2.0-OpenSSH_5.3
Apr 27 11:55:14 matts-client sshd[15048]: debug1: permanently_set_uid: 74/74
Apr 27 11:55:14 matts-client sshd[15048]: debug1: list_hostkey_types: ssh-rsa,ssh-dss
Apr 27 11:55:14 matts-client sshd[15048]: debug1: SSH2_MSG_KEXINIT sent
Apr 27 11:55:14 matts-client sshd[15048]: debug1: SSH2_MSG_KEXINIT received
Apr 27 11:55:14 matts-client sshd[15048]: debug1: kex: client->server aes128-ctr hmac-md5 none
Apr 27 11:55:14 matts-client sshd[15048]: debug1: kex: server->client aes128-ctr hmac-md5 none
Apr 27 11:55:14 matts-client sshd[15048]: debug1: expecting SSH2_MSG_KEXDH_INIT
Apr 27 11:55:14 matts-client sshd[15048]: debug1: SSH2_MSG_NEWKEYS sent
Apr 27 11:55:14 matts-client sshd[15048]: debug1: expecting SSH2_MSG_NEWKEYS
Apr 27 11:55:14 matts-client sshd[15048]: debug1: SSH2_MSG_NEWKEYS received
Apr 27 11:55:14 matts-client sshd[15048]: debug1: KEX done
Apr 27 11:55:14 matts-client sshd[15048]: debug1: userauth-request for user tomcat service ssh-connection method none
Apr 27 11:55:14 matts-client sshd[15048]: debug1: attempt 0 failures 0
Apr 27 11:55:14 matts-client sshd[15047]: debug1: PAM: initializing for "tomcat"
Apr 27 11:55:14 matts-client sshd[15047]: debug1: PAM: setting PAM_RHOST to "7.7.7.7"
Apr 27 11:55:14 matts-client sshd[15047]: debug1: PAM: setting PAM_TTY to "ssh"
Apr 27 11:55:14 matts-client sshd[15003]: debug1: Received SIGCHLD.
Apr 27 11:55:14 matts-client sshd[15003]: debug1: session_by_pid: pid 15004
Apr 27 11:55:14 matts-client sshd[15003]: debug1: session_exit_message: session 0 channel 0 pid 15004
Apr 27 11:55:14 matts-client sshd[15003]: debug1: session_exit_message: release channel 0
Apr 27 11:55:14 matts-client sshd[15048]: debug1: userauth-request for user tomcat service ssh-connection method publickey
Apr 27 11:55:14 matts-client sshd[15048]: debug1: attempt 1 failures 0
Apr 27 11:55:14 matts-client sshd[15048]: debug1: test whether pkalg/pkblob are acceptable
Apr 27 11:55:14 matts-client sshd[15047]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:14 matts-client sshd[15047]: debug1: trying public key file /home/tomcat/.ssh/authorized_keys
Apr 27 11:55:14 matts-client sshd[15047]: debug1: fd 4 clearing O_NONBLOCK
Apr 27 11:55:14 matts-client sshd[15047]: debug1: matching key found: file /home/tomcat/.ssh/authorized_keys, line 2
Apr 27 11:55:14 matts-client sshd[15047]: Found matching RSA key: 00:4c:b9:b7:ba:a5:35:d7:8d:08:a9:b3:ee:50:46:86
Apr 27 11:55:14 matts-client sshd[15047]: debug1: restore_uid: 0/0
Apr 27 11:55:14 matts-client sshd[15048]: Postponed publickey for tomcat from 7.7.7.7 port 54936 ssh2
Apr 27 11:55:14 matts-client sshd[15003]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:14 matts-client sshd[15003]: debug1: session_close_by_channel: channel 0 child 0
Apr 27 11:55:14 matts-client sshd[15003]: debug1: session_close: session 0 pid 0
Apr 27 11:55:14 matts-client sshd[15003]: debug1: channel 0: free: server-session, nchannels 1
Apr 27 11:55:14 matts-client sshd[15048]: debug1: userauth-request for user tomcat service ssh-connection method publickey
Apr 27 11:55:14 matts-client sshd[15048]: debug1: attempt 2 failures 0
Apr 27 11:55:14 matts-client sshd[15047]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:14 matts-client sshd[15047]: debug1: trying public key file /home/tomcat/.ssh/authorized_keys
Apr 27 11:55:14 matts-client sshd[15047]: debug1: fd 4 clearing O_NONBLOCK
Apr 27 11:55:14 matts-client sshd[15047]: debug1: matching key found: file /home/tomcat/.ssh/authorized_keys, line 2
Apr 27 11:55:14 matts-client sshd[15047]: Found matching RSA key: 00:4c:b9:b7:ba:a5:35:d7:8d:08:a9:b3:ee:50:46:86
Apr 27 11:55:14 matts-client sshd[15047]: debug1: restore_uid: 0/0
Apr 27 11:55:14 matts-client sshd[15047]: debug1: ssh_rsa_verify: signature correct
Apr 27 11:55:14 matts-client sshd[15047]: debug1: do_pam_account: called
Apr 27 11:55:14 matts-client sshd[15047]: Accepted publickey for tomcat from 7.7.7.7 port 54936 ssh2
Apr 27 11:55:14 matts-client sshd[15047]: debug1: monitor_child_preauth: tomcat has been authenticated by privileged process
Apr 27 11:55:14 matts-client sshd[15047]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:14 matts-client sshd[15047]: debug1: ssh_gssapi_storecreds: Not a GSSAPI mechanism
Apr 27 11:55:14 matts-client sshd[15047]: debug1: restore_uid: 0/0
Apr 27 11:55:14 matts-client sshd[15047]: debug1: SELinux support enabled
Apr 27 11:55:14 matts-client sshd[15047]: debug1: PAM: establishing credentials
Apr 27 11:55:15 matts-client sshd[15003]: Connection closed by 7.7.7.7
Apr 27 11:55:15 matts-client sshd[15003]: debug1: do_cleanup
Apr 27 11:55:15 matts-client sshd[14512]: debug1: Forked child 15050.
Apr 27 11:55:15 matts-client sshd[15003]: Transferred: sent 775384, received 4560 bytes
Apr 27 11:55:15 matts-client sshd[15003]: Closing connection to 7.7.7.7 port 54918
Apr 27 11:55:15 matts-client sshd[15000]: debug1: PAM: cleanup
Apr 27 11:55:15 matts-client sshd[15000]: debug1: PAM: closing session
Apr 27 11:55:15 matts-client sshd[15050]: Set /proc/self/oom_score_adj to 0
Apr 27 11:55:15 matts-client sshd[15050]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Apr 27 11:55:15 matts-client sshd[15047]: pam_unix(sshd:session): session opened for user tomcat by (uid=0)
Apr 27 11:55:15 matts-client sshd[15047]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:15 matts-client sshd[15047]: debug1: ssh_gssapi_storecreds: Not a GSSAPI mechanism
Apr 27 11:55:15 matts-client sshd[15047]: debug1: restore_uid: 0/0
Apr 27 11:55:15 matts-client sshd[15047]: User child is on pid 15051
Apr 27 11:55:15 matts-client sshd[15000]: pam_unix(sshd:session): session closed for user tomcat
Apr 27 11:55:15 matts-client sshd[15000]: debug1: PAM: deleting credentials
Apr 27 11:55:15 matts-client sshd[15050]: debug1: inetd sockets after dupping: 3, 3
Apr 27 11:55:15 matts-client sshd[15050]: Connection from 7.7.7.7 port 54942
Apr 27 11:55:15 matts-client sshd[15050]: debug1: Client protocol version 2.0; client software version JSCH-0.1.54
Apr 27 11:55:15 matts-client sshd[15050]: debug1: no match: JSCH-0.1.54
Apr 27 11:55:15 matts-client sshd[15050]: debug1: Enabling compatibility mode for protocol 2.0
Apr 27 11:55:15 matts-client sshd[15050]: debug1: Local version string SSH-2.0-OpenSSH_5.3
Apr 27 11:55:15 matts-client sshd[15052]: debug1: permanently_set_uid: 74/74
Apr 27 11:55:15 matts-client sshd[15052]: debug1: list_hostkey_types: ssh-rsa,ssh-dss
Apr 27 11:55:15 matts-client sshd[15052]: debug1: SSH2_MSG_KEXINIT sent
Apr 27 11:55:15 matts-client sshd[15051]: debug1: PAM: establishing credentials
Apr 27 11:55:15 matts-client sshd[15051]: debug1: permanently_set_uid: 220/220
Apr 27 11:55:15 matts-client sshd[15051]: debug1: Entering interactive session for SSH2.
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_init_dispatch_20
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_open: ctype session rchan 2009 win 1048576 max 16384
Apr 27 11:55:15 matts-client sshd[15051]: debug1: input_session_request
Apr 27 11:55:15 matts-client sshd[15051]: debug1: channel 0: new [server-session]
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_new: session 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_open: channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_open: session 0: link with channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_open: confirm session
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15052]: debug1: SSH2_MSG_KEXINIT received
Apr 27 11:55:15 matts-client sshd[15052]: debug1: kex: client->server aes128-ctr hmac-md5 none
Apr 27 11:55:15 matts-client sshd[15052]: debug1: kex: server->client aes128-ctr hmac-md5 none
Apr 27 11:55:15 matts-client sshd[15052]: debug1: expecting SSH2_MSG_KEXDH_INIT
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: debug1: server_input_channel_req: channel 0 request exec reply 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_input_channel_req: session 0 req exec
Apr 27 11:55:15 matts-client sshd[15047]: debug1: session_new: session 0
Apr 27 11:55:15 matts-client sshd[15052]: debug1: SSH2_MSG_NEWKEYS sent
Apr 27 11:55:15 matts-client sshd[15052]: debug1: expecting SSH2_MSG_NEWKEYS
Apr 27 11:55:15 matts-client sshd[15052]: debug1: SSH2_MSG_NEWKEYS received
Apr 27 11:55:15 matts-client sshd[15052]: debug1: KEX done
Apr 27 11:55:15 matts-client sshd[15051]: debug1: Received SIGCHLD.
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_pid: pid 15053
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_exit_message: session 0 channel 0 pid 15053
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_exit_message: release channel 0
Apr 27 11:55:15 matts-client sshd[15052]: debug1: userauth-request for user tomcat service ssh-connection method none
Apr 27 11:55:15 matts-client sshd[15052]: debug1: attempt 0 failures 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_close_by_channel: channel 0 child 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: session_close: session 0 pid 0
Apr 27 11:55:15 matts-client sshd[15051]: debug1: channel 0: free: server-session, nchannels 1
Apr 27 11:55:15 matts-client sshd[15050]: debug1: PAM: initializing for "tomcat"
Apr 27 11:55:15 matts-client sshd[15050]: debug1: PAM: setting PAM_RHOST to "7.7.7.7"
Apr 27 11:55:15 matts-client sshd[15050]: debug1: PAM: setting PAM_TTY to "ssh"
Apr 27 11:55:15 matts-client sshd[15052]: debug1: userauth-request for user tomcat service ssh-connection method publickey
Apr 27 11:55:15 matts-client sshd[15052]: debug1: attempt 1 failures 0
Apr 27 11:55:15 matts-client sshd[15052]: debug1: test whether pkalg/pkblob are acceptable
Apr 27 11:55:15 matts-client sshd[15050]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:15 matts-client sshd[15050]: debug1: trying public key file /home/tomcat/.ssh/authorized_keys
Apr 27 11:55:15 matts-client sshd[15050]: debug1: fd 4 clearing O_NONBLOCK
Apr 27 11:55:15 matts-client sshd[15050]: debug1: matching key found: file /home/tomcat/.ssh/authorized_keys, line 2
Apr 27 11:55:15 matts-client sshd[15050]: Found matching RSA key: 00:4c:b9:b7:ba:a5:35:d7:8d:08:a9:b3:ee:50:46:86
Apr 27 11:55:15 matts-client sshd[15050]: debug1: restore_uid: 0/0
Apr 27 11:55:15 matts-client sshd[15052]: Postponed publickey for tomcat from 7.7.7.7 port 54942 ssh2
Apr 27 11:55:15 matts-client sshd[15052]: debug1: userauth-request for user tomcat service ssh-connection method publickey
Apr 27 11:55:15 matts-client sshd[15052]: debug1: attempt 2 failures 0
Apr 27 11:55:15 matts-client sshd[15050]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:15 matts-client sshd[15050]: debug1: trying public key file /home/tomcat/.ssh/authorized_keys
Apr 27 11:55:15 matts-client sshd[15050]: debug1: fd 4 clearing O_NONBLOCK
Apr 27 11:55:15 matts-client sshd[15050]: debug1: matching key found: file /home/tomcat/.ssh/authorized_keys, line 2
Apr 27 11:55:15 matts-client sshd[15050]: Found matching RSA key: 00:4c:b9:b7:ba:a5:35:d7:8d:08:a9:b3:ee:50:46:86
Apr 27 11:55:15 matts-client sshd[15050]: debug1: restore_uid: 0/0
Apr 27 11:55:15 matts-client sshd[15050]: debug1: ssh_rsa_verify: signature correct
Apr 27 11:55:15 matts-client sshd[15050]: debug1: do_pam_account: called
Apr 27 11:55:15 matts-client sshd[15050]: Accepted publickey for tomcat from 7.7.7.7 port 54942 ssh2
Apr 27 11:55:15 matts-client sshd[15050]: debug1: monitor_child_preauth: tomcat has been authenticated by privileged process
Apr 27 11:55:15 matts-client sshd[15050]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:15 matts-client sshd[15050]: debug1: ssh_gssapi_storecreds: Not a GSSAPI mechanism
Apr 27 11:55:15 matts-client sshd[15050]: debug1: restore_uid: 0/0
Apr 27 11:55:15 matts-client sshd[15050]: debug1: SELinux support enabled
Apr 27 11:55:15 matts-client sshd[15050]: debug1: PAM: establishing credentials
Apr 27 11:55:15 matts-client sshd[15050]: pam_unix(sshd:session): session opened for user tomcat by (uid=0)
Apr 27 11:55:15 matts-client sshd[15050]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:15 matts-client sshd[15050]: debug1: ssh_gssapi_storecreds: Not a GSSAPI mechanism
Apr 27 11:55:15 matts-client sshd[15050]: debug1: restore_uid: 0/0
Apr 27 11:55:15 matts-client sshd[15050]: User child is on pid 15067
Apr 27 11:55:15 matts-client sshd[15067]: debug1: PAM: establishing credentials
Apr 27 11:55:15 matts-client sshd[15067]: debug1: permanently_set_uid: 220/220
Apr 27 11:55:15 matts-client sshd[15067]: debug1: Entering interactive session for SSH2.
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_init_dispatch_20
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_open: ctype session rchan 2010 win 1048576 max 16384
Apr 27 11:55:15 matts-client sshd[15067]: debug1: input_session_request
Apr 27 11:55:15 matts-client sshd[15067]: debug1: channel 0: new [server-session]
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_new: session 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_open: channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_open: session 0: link with channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_open: confirm session
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15051]: Connection closed by 7.7.7.7
Apr 27 11:55:15 matts-client sshd[15051]: debug1: do_cleanup
Apr 27 11:55:15 matts-client sshd[15051]: Transferred: sent 2248, received 4384 bytes
Apr 27 11:55:15 matts-client sshd[15051]: Closing connection to 7.7.7.7 port 54936
Apr 27 11:55:15 matts-client sshd[15047]: debug1: PAM: cleanup
Apr 27 11:55:15 matts-client sshd[15047]: debug1: PAM: closing session
Apr 27 11:55:15 matts-client sshd[15047]: pam_unix(sshd:session): session closed for user tomcat
Apr 27 11:55:15 matts-client sshd[15047]: debug1: PAM: deleting credentials
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:15 matts-client sshd[15067]: debug1: server_input_channel_req: channel 0 request exec reply 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_input_channel_req: session 0 req exec
Apr 27 11:55:15 matts-client sshd[15050]: debug1: session_new: session 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: Received SIGCHLD.
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_pid: pid 15068
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_exit_message: session 0 channel 0 pid 15068
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_exit_message: release channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_close_by_channel: channel 0 child 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: session_close: session 0 pid 0
Apr 27 11:55:15 matts-client sshd[15067]: debug1: channel 0: free: server-session, nchannels 1
Apr 27 11:55:16 matts-client sshd[15067]: Connection closed by 7.7.7.7
Apr 27 11:55:16 matts-client sshd[15067]: debug1: do_cleanup
Apr 27 11:55:16 matts-client sshd[15067]: Transferred: sent 2248, received 4480 bytes
Apr 27 11:55:16 matts-client sshd[15067]: Closing connection to 7.7.7.7 port 54942
Apr 27 11:55:16 matts-client sshd[15050]: debug1: PAM: cleanup
Apr 27 11:55:16 matts-client sshd[15050]: debug1: PAM: closing session
Apr 27 11:55:16 matts-client sshd[15050]: pam_unix(sshd:session): session closed for user tomcat
Apr 27 11:55:16 matts-client sshd[15050]: debug1: PAM: deleting credentials
Apr 27 11:55:16 matts-client sshd[14512]: debug1: Forked child 15081.
Apr 27 11:55:16 matts-client sshd[15081]: Set /proc/self/oom_score_adj to 0
Apr 27 11:55:16 matts-client sshd[15081]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Apr 27 11:55:16 matts-client sshd[15081]: debug1: inetd sockets after dupping: 3, 3
Apr 27 11:55:16 matts-client sshd[15081]: Connection from 7.7.7.7 port 54950
Apr 27 11:55:16 matts-client sshd[15081]: debug1: Client protocol version 2.0; client software version JSCH-0.1.54
Apr 27 11:55:16 matts-client sshd[15081]: debug1: no match: JSCH-0.1.54
Apr 27 11:55:16 matts-client sshd[15081]: debug1: Enabling compatibility mode for protocol 2.0
Apr 27 11:55:16 matts-client sshd[15081]: debug1: Local version string SSH-2.0-OpenSSH_5.3
Apr 27 11:55:16 matts-client sshd[15082]: debug1: permanently_set_uid: 74/74
Apr 27 11:55:16 matts-client sshd[15082]: debug1: list_hostkey_types: ssh-rsa,ssh-dss
Apr 27 11:55:16 matts-client sshd[15082]: debug1: SSH2_MSG_KEXINIT sent
Apr 27 11:55:16 matts-client sshd[15082]: debug1: SSH2_MSG_KEXINIT received
Apr 27 11:55:16 matts-client sshd[15082]: debug1: kex: client->server aes128-ctr hmac-md5 none
Apr 27 11:55:16 matts-client sshd[15082]: debug1: kex: server->client aes128-ctr hmac-md5 none
Apr 27 11:55:16 matts-client sshd[15082]: debug1: expecting SSH2_MSG_KEXDH_INIT
Apr 27 11:55:16 matts-client sshd[15082]: debug1: SSH2_MSG_NEWKEYS sent
Apr 27 11:55:16 matts-client sshd[15082]: debug1: expecting SSH2_MSG_NEWKEYS
Apr 27 11:55:16 matts-client sshd[15082]: debug1: SSH2_MSG_NEWKEYS received
Apr 27 11:55:16 matts-client sshd[15082]: debug1: KEX done
Apr 27 11:55:16 matts-client sshd[15082]: debug1: userauth-request for user tomcat service ssh-connection method none
Apr 27 11:55:16 matts-client sshd[15082]: debug1: attempt 0 failures 0
Apr 27 11:55:16 matts-client sshd[15081]: debug1: PAM: initializing for "tomcat"
Apr 27 11:55:16 matts-client sshd[15081]: debug1: PAM: setting PAM_RHOST to "7.7.7.7"
Apr 27 11:55:16 matts-client sshd[15081]: debug1: PAM: setting PAM_TTY to "ssh"
Apr 27 11:55:16 matts-client sshd[15082]: debug1: userauth-request for user tomcat service ssh-connection method publickey
Apr 27 11:55:16 matts-client sshd[15082]: debug1: attempt 1 failures 0
Apr 27 11:55:16 matts-client sshd[15082]: debug1: test whether pkalg/pkblob are acceptable
Apr 27 11:55:16 matts-client sshd[15081]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:16 matts-client sshd[15081]: debug1: trying public key file /home/tomcat/.ssh/authorized_keys
Apr 27 11:55:16 matts-client sshd[15081]: debug1: fd 4 clearing O_NONBLOCK
Apr 27 11:55:16 matts-client sshd[15081]: debug1: matching key found: file /home/tomcat/.ssh/authorized_keys, line 2
Apr 27 11:55:16 matts-client sshd[15081]: Found matching RSA key: 00:4c:b9:b7:ba:a5:35:d7:8d:08:a9:b3:ee:50:46:86
Apr 27 11:55:16 matts-client sshd[15081]: debug1: restore_uid: 0/0
Apr 27 11:55:16 matts-client sshd[15082]: Postponed publickey for tomcat from 7.7.7.7 port 54950 ssh2
Apr 27 11:55:16 matts-client sshd[15082]: debug1: userauth-request for user tomcat service ssh-connection method publickey
Apr 27 11:55:16 matts-client sshd[15082]: debug1: attempt 2 failures 0
Apr 27 11:55:16 matts-client sshd[15081]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:16 matts-client sshd[15081]: debug1: trying public key file /home/tomcat/.ssh/authorized_keys
Apr 27 11:55:16 matts-client sshd[15081]: debug1: fd 4 clearing O_NONBLOCK
Apr 27 11:55:16 matts-client sshd[15081]: debug1: matching key found: file /home/tomcat/.ssh/authorized_keys, line 2
Apr 27 11:55:16 matts-client sshd[15081]: Found matching RSA key: 00:4c:b9:b7:ba:a5:35:d7:8d:08:a9:b3:ee:50:46:86
Apr 27 11:55:16 matts-client sshd[15081]: debug1: restore_uid: 0/0
Apr 27 11:55:16 matts-client sshd[15081]: debug1: ssh_rsa_verify: signature correct
Apr 27 11:55:16 matts-client sshd[15081]: debug1: do_pam_account: called
Apr 27 11:55:16 matts-client sshd[15081]: Accepted publickey for tomcat from 7.7.7.7 port 54950 ssh2
Apr 27 11:55:16 matts-client sshd[15081]: debug1: monitor_child_preauth: tomcat has been authenticated by privileged process
Apr 27 11:55:16 matts-client sshd[15081]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:16 matts-client sshd[15081]: debug1: ssh_gssapi_storecreds: Not a GSSAPI mechanism
Apr 27 11:55:16 matts-client sshd[15081]: debug1: restore_uid: 0/0
Apr 27 11:55:16 matts-client sshd[15081]: debug1: SELinux support enabled
Apr 27 11:55:16 matts-client sshd[15081]: debug1: PAM: establishing credentials
Apr 27 11:55:17 matts-client sshd[15081]: pam_unix(sshd:session): session opened for user tomcat by (uid=0)
Apr 27 11:55:17 matts-client sshd[15081]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:17 matts-client sshd[15081]: debug1: ssh_gssapi_storecreds: Not a GSSAPI mechanism
Apr 27 11:55:17 matts-client sshd[15081]: debug1: restore_uid: 0/0
Apr 27 11:55:17 matts-client sshd[15081]: User child is on pid 15084
Apr 27 11:55:17 matts-client sshd[15084]: debug1: PAM: establishing credentials
Apr 27 11:55:17 matts-client sshd[15084]: debug1: permanently_set_uid: 220/220
Apr 27 11:55:17 matts-client sshd[15084]: debug1: Entering interactive session for SSH2.
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_init_dispatch_20
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_open: ctype session rchan 2012 win 1048576 max 16384
Apr 27 11:55:17 matts-client sshd[15084]: debug1: input_session_request
Apr 27 11:55:17 matts-client sshd[15084]: debug1: channel 0: new [server-session]
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_new: session 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_open: channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_open: session 0: link with channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_open: confirm session
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:17 matts-client sshd[15084]: debug1: server_input_channel_req: channel 0 request exec reply 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_input_channel_req: session 0 req exec
Apr 27 11:55:17 matts-client sshd[15081]: debug1: session_new: session 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: Received SIGCHLD.
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_pid: pid 15085
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_exit_message: session 0 channel 0 pid 15085
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_exit_message: release channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_close_by_channel: channel 0 child 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: session_close: session 0 pid 0
Apr 27 11:55:17 matts-client sshd[15084]: debug1: channel 0: free: server-session, nchannels 1
Apr 27 11:55:17 matts-client sshd[15084]: Connection closed by 7.7.7.7
Apr 27 11:55:17 matts-client sshd[15084]: debug1: do_cleanup
Apr 27 11:55:17 matts-client sshd[15084]: Transferred: sent 2248, received 4384 bytes
Apr 27 11:55:17 matts-client sshd[15084]: Closing connection to 7.7.7.7 port 54950
Apr 27 11:55:17 matts-client sshd[15081]: debug1: PAM: cleanup
Apr 27 11:55:17 matts-client sshd[15081]: debug1: PAM: closing session
Apr 27 11:55:17 matts-client sshd[15081]: pam_unix(sshd:session): session closed for user tomcat
Apr 27 11:55:17 matts-client sshd[15081]: debug1: PAM: deleting credentials
Apr 27 11:55:18 matts-client sshd[14512]: debug1: Forked child 15098.
Apr 27 11:55:18 matts-client sshd[15098]: Set /proc/self/oom_score_adj to 0
Apr 27 11:55:18 matts-client sshd[15098]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Apr 27 11:55:18 matts-client sshd[15098]: debug1: inetd sockets after dupping: 3, 3
Apr 27 11:55:18 matts-client sshd[15098]: Connection from 7.7.7.7 port 54954
Apr 27 11:55:18 matts-client sshd[15098]: debug1: Client protocol version 2.0; client software version JSCH-0.1.54
Apr 27 11:55:18 matts-client sshd[15098]: debug1: no match: JSCH-0.1.54
Apr 27 11:55:18 matts-client sshd[15098]: debug1: Enabling compatibility mode for protocol 2.0
Apr 27 11:55:18 matts-client sshd[15098]: debug1: Local version string SSH-2.0-OpenSSH_5.3
Apr 27 11:55:18 matts-client sshd[15099]: debug1: permanently_set_uid: 74/74
Apr 27 11:55:18 matts-client sshd[15099]: debug1: list_hostkey_types: ssh-rsa,ssh-dss
Apr 27 11:55:18 matts-client sshd[15099]: debug1: SSH2_MSG_KEXINIT sent
Apr 27 11:55:18 matts-client sshd[15099]: debug1: SSH2_MSG_KEXINIT received
Apr 27 11:55:18 matts-client sshd[15099]: debug1: kex: client->server aes128-ctr hmac-md5 none
Apr 27 11:55:18 matts-client sshd[15099]: debug1: kex: server->client aes128-ctr hmac-md5 none
Apr 27 11:55:18 matts-client sshd[15099]: debug1: expecting SSH2_MSG_KEXDH_INIT
Apr 27 11:55:18 matts-client sshd[15099]: debug1: SSH2_MSG_NEWKEYS sent
Apr 27 11:55:18 matts-client sshd[15099]: debug1: expecting SSH2_MSG_NEWKEYS
Apr 27 11:55:18 matts-client sshd[15099]: debug1: SSH2_MSG_NEWKEYS received
Apr 27 11:55:18 matts-client sshd[15099]: debug1: KEX done
Apr 27 11:55:18 matts-client sshd[15099]: debug1: userauth-request for user tomcat service ssh-connection method none
Apr 27 11:55:18 matts-client sshd[15099]: debug1: attempt 0 failures 0
Apr 27 11:55:18 matts-client sshd[15098]: debug1: PAM: initializing for "tomcat"
Apr 27 11:55:18 matts-client sshd[15098]: debug1: PAM: setting PAM_RHOST to "7.7.7.7"
Apr 27 11:55:18 matts-client sshd[15098]: debug1: PAM: setting PAM_TTY to "ssh"
Apr 27 11:55:18 matts-client sshd[15099]: debug1: userauth-request for user tomcat service ssh-connection method publickey
Apr 27 11:55:18 matts-client sshd[15099]: debug1: attempt 1 failures 0
Apr 27 11:55:18 matts-client sshd[15099]: debug1: test whether pkalg/pkblob are acceptable
Apr 27 11:55:18 matts-client sshd[15098]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:18 matts-client sshd[15098]: debug1: trying public key file /home/tomcat/.ssh/authorized_keys
Apr 27 11:55:18 matts-client sshd[15098]: debug1: fd 4 clearing O_NONBLOCK
Apr 27 11:55:18 matts-client sshd[15098]: debug1: matching key found: file /home/tomcat/.ssh/authorized_keys, line 2
Apr 27 11:55:18 matts-client sshd[15098]: Found matching RSA key: 00:4c:b9:b7:ba:a5:35:d7:8d:08:a9:b3:ee:50:46:86
Apr 27 11:55:18 matts-client sshd[15098]: debug1: restore_uid: 0/0
Apr 27 11:55:18 matts-client sshd[15099]: Postponed publickey for tomcat from 7.7.7.7 port 54954 ssh2
Apr 27 11:55:18 matts-client sshd[15099]: debug1: userauth-request for user tomcat service ssh-connection method publickey
Apr 27 11:55:18 matts-client sshd[15099]: debug1: attempt 2 failures 0
Apr 27 11:55:18 matts-client sshd[15098]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:18 matts-client sshd[15098]: debug1: trying public key file /home/tomcat/.ssh/authorized_keys
Apr 27 11:55:18 matts-client sshd[15098]: debug1: fd 4 clearing O_NONBLOCK
Apr 27 11:55:18 matts-client sshd[15098]: debug1: matching key found: file /home/tomcat/.ssh/authorized_keys, line 2
Apr 27 11:55:18 matts-client sshd[15098]: Found matching RSA key: 00:4c:b9:b7:ba:a5:35:d7:8d:08:a9:b3:ee:50:46:86
Apr 27 11:55:18 matts-client sshd[15098]: debug1: restore_uid: 0/0
Apr 27 11:55:18 matts-client sshd[15098]: debug1: ssh_rsa_verify: signature correct
Apr 27 11:55:18 matts-client sshd[15098]: debug1: do_pam_account: called
Apr 27 11:55:18 matts-client sshd[15098]: Accepted publickey for tomcat from 7.7.7.7 port 54954 ssh2
Apr 27 11:55:18 matts-client sshd[15098]: debug1: monitor_child_preauth: tomcat has been authenticated by privileged process
Apr 27 11:55:18 matts-client sshd[15098]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:18 matts-client sshd[15098]: debug1: ssh_gssapi_storecreds: Not a GSSAPI mechanism
Apr 27 11:55:18 matts-client sshd[15098]: debug1: restore_uid: 0/0
Apr 27 11:55:18 matts-client sshd[15098]: debug1: SELinux support enabled
Apr 27 11:55:18 matts-client sshd[15098]: debug1: PAM: establishing credentials
Apr 27 11:55:19 matts-client sshd[15098]: pam_unix(sshd:session): session opened for user tomcat by (uid=0)
Apr 27 11:55:19 matts-client sshd[15098]: debug1: temporarily_use_uid: 220/220 (e=0/0)
Apr 27 11:55:19 matts-client sshd[15098]: debug1: ssh_gssapi_storecreds: Not a GSSAPI mechanism
Apr 27 11:55:19 matts-client sshd[15098]: debug1: restore_uid: 0/0
Apr 27 11:55:19 matts-client sshd[15098]: User child is on pid 15101
Apr 27 11:55:19 matts-client sshd[15101]: debug1: PAM: establishing credentials
Apr 27 11:55:19 matts-client sshd[15101]: debug1: permanently_set_uid: 220/220
Apr 27 11:55:19 matts-client sshd[15101]: debug1: Entering interactive session for SSH2.
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_init_dispatch_20
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_open: ctype session rchan 2014 win 1048576 max 16384
Apr 27 11:55:19 matts-client sshd[15101]: debug1: input_session_request
Apr 27 11:55:19 matts-client sshd[15101]: debug1: channel 0: new [server-session]
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_new: session 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_open: channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_open: session 0: link with channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_open: confirm session
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request env reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req env
Apr 27 11:55:19 matts-client sshd[15101]: debug1: server_input_channel_req: channel 0 request exec reply 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_input_channel_req: session 0 req exec
Apr 27 11:55:19 matts-client sshd[15098]: debug1: session_new: session 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: Received SIGCHLD.
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_pid: pid 15104
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_exit_message: session 0 channel 0 pid 15104
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_exit_message: release channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_by_channel: session 0 channel 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_close_by_channel: channel 0 child 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: session_close: session 0 pid 0
Apr 27 11:55:19 matts-client sshd[15101]: debug1: channel 0: free: server-session, nchannels 1
Apr 27 11:55:19 matts-client sshd[15101]: Connection closed by 7.7.7.7
Apr 27 11:55:19 matts-client sshd[15101]: debug1: do_cleanup
Apr 27 11:55:19 matts-client sshd[15101]: Transferred: sent 2248, received 4384 bytes
Apr 27 11:55:19 matts-client sshd[15101]: Closing connection to 7.7.7.7 port 54954
Apr 27 11:55:19 matts-client sshd[15098]: debug1: PAM: cleanup
Apr 27 11:55:19 matts-client sshd[15098]: debug1: PAM: closing session
Apr 27 11:55:19 matts-client sshd[15098]: pam_unix(sshd:session): session closed for user tomcat
Apr 27 11:55:19 matts-client sshd[15098]: debug1: PAM: deleting credentials
Apr 27 11:55:20 matts-client sshd[14512]: debug1: Forked child 15118.
Apr 27 11:55:20 matts-client sshd[15118]: Set /proc/self/oom_score_adj to 0
Apr 27 11:55:20 matts-client sshd[15118]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Apr 27 11:55:20 matts-client sshd[15118]: debug1: inetd sockets after dupping: 3, 3
Apr 27 11:55:20 matts-client sshd[15118]: Connection from 7.7.7.7 port 54962
Apr 27 11:55:20 matts-client sshd[15118]: debug1: Client protocol version 2.0; client software version JSCH-0.1.54
Apr 27 11:55:20 matts-client sshd[15118]: debug1: no match: JSCH-0.1.54
Apr 27 11:55:20 matts-client sshd[15118]: debug1: Enabling compatibility mode for protocol 2.0
Apr 27 11:55:20 matts-client sshd[15118]: debug1: Local version string SSH-2.0-OpenSSH_5.3
Apr 27 11:55:20 matts-client sshd[15119]: debug1: permanently_set_uid: 74/74
Apr 27 11:55:20 matts-client sshd[15119]: debug1: list_hostkey_types: ssh-rsa,ssh-dss
Apr 27 11:55:20 matts-client sshd[15119]: debug1: SSH2_MSG_KEXINIT sent
Apr 27 11:55:20 matts-client sshd[15119]: fatal: Write failed: Connection reset by peer
Apr 27 11:55:20 matts-client sshd[15119]: debug1: do_cleanup
Apr 27 11:55:20 matts-client sshd[15118]: debug1: do_cleanup

rac...@rundeck.com

unread,
May 4, 2021, 5:43:32 PM5/4/21
to rundeck-discuss
Hi Matt,

Yeah, you can test with another node executor (go to Project Settings > Edit Configuration > Default Node Executor tab and select OpenSSH or SSHJ, SSH is defined by default) on a test environment if you obtain the same behavior.

Regards.

Matt Tollerson

unread,
May 4, 2021, 5:54:38 PM5/4/21
to rundeck-discuss
T.Hanks!

Matt Tollerson

unread,
May 7, 2021, 3:24:29 PM5/7/21
to rundeck-discuss
UNIX Update: we discovered that the client machine's CPU spikes to 100% when these connections come in.  
Rundeck Server Update: the SSH that app. is configured for is OpenSSH already.  The java version wasn't installed.
Message has been deleted

Matt Tollerson

unread,
May 28, 2021, 3:57:28 PM5/28/21
to rundeck-discuss
Rundeck Group,
   We have ruled out the SSH Server (previously called the client machine).  The error message persists and AWS believes it is the software (Rundeck) that is initiating the connection reset.

    To add to the complexity, some ssh requests work perfectly.  Only some of the commands within the same job are failing.  I have a debug log output of the problem; but, all attempts to attach it say "forbidden"...so here are a few lines:


   Do you guys see anything in here which would cause Rundeck to act this way?

Thank you all in advance,

Matt T.

[Matt here: this line executes the ssh just fine]
10:53:56
ql-clmapp003
 4. unzip configuration files on the node
[workflow] beginExecuteNodeStep(ql-clmapp003): NodeDispatch: com.dtolabs.rundeck.execution.ExecutionItemFactory$4@29e72947
10:53:56
Using ssh keyfile: /var/lib/rundeck/.ssh/id_rsa
10:53:56
Starting SSH Connection: tom...@ql-clmapp003.emdeon.net (ql-clmapp003)
0:53:56
Using private key file: /var/lib/rundeck/.ssh/id_rsa



[Matt here: this line executes receives the connection reset...when this reaches critical mass the job fails]
10:53:56
ql-clmapp005
 5. copy tomcat configuration files to the instance configuration folder
Session.connect: java.net.SocketException: Connection reset
 10:53:56
 Failed: SSHProtocolFailure: Session.connect: java.net.SocketException: Connection reset
 10:53:56
rundeck
 5. copy tomcat configuration files to the instance configuration folder
[workflow] finishExecuteNodeStep(ql-clmapp005): NodeDispatch: SSHProtocolFailure: Session.connect: java.net.SocketException: Connection reset
10:53:56
 5: Workflow step finished, result: Dispatch failed on 1 nodes: [ql-clmapp005: SSHProtocolFailure: Session.connect: java.net.SocketException: Connection reset]
10:53:56
  2. ReportBuilderHelpers/Deploy-rb-ui-tomcat-redis-qa
[workflow] Finish step: 5,NodeDispatch
 10:53:56
 OperationSuccess: operation succeeded: StepSuccess{stepNum=5, result=Dispatch failed on 1 nodes: [ql-clmapp005: SSHProtocolFailure: Session.connect: java.net.SocketException: Connection reset], newState=DataState{state={step.label.copy tomcat configuration files to the instance configuration folder.state=failure, step.5.state=failure, before.step.5=false, step.any.state.failed=true, step.5.result.failedNodes=ql-clmapp005, step.label.copy tomcat configuration files to the instance configuration folder.result.failedNodes=ql-clmapp005, step.label.copy tomcat configuration files to the instance configuration folder.completed=true, step.5.completed=true, after.step.5=true}}}
10:53:56
 WillProcessStateChange: saw state changes: {step.label.copy tomcat configuration files to the instance configuration folder.state=failure, step.5.state=failure, before.step.5=false, step.any.state.failed=true, step.5.result.failedNodes=ql-clmapp005, step.label.copy tomcat configuration files to the instance configuration folder.result.failedNodes=ql-clmapp005, step.label.copy tomcat configuration files to the instance configuration folder.completed=true, step.5.completed=true, after.step.5=true}
10:53:56
 Update conditional state: {step.label.copy tomcat configuration files to the instance configuration folder.state=failure, step.5.state=failure, before.step.5=false, step.any.state.failed=true, step.5.result.failedNodes=ql-clmapp005, step.label.copy tomcat configuration files to the instance configuration folder.result.failedNodes=ql-clmapp005, step.label.copy tomcat configuration files to the instance configuration folder.completed=true, step.5.completed=true, after.step.5=true}
10:53:56
 Update conditional state: {step.3.start=true, step.5.start=true, step.4.start=true, step.1.start=true, step.2.start=true}
10:53:56
 DidProcessStateChange: applied state changes and rules (changed? true): StateLogger{state=DataState{state={job.url=https://-someinternallinkyoudon'tcareabout-/34708, job.loglevel=DEBUG, step.any.state.success=true, node.os-name=Linux, step.label.clear webapps folder.completed=true, node.hostname=ql-clmapp005.emdeon.net, step.label.Copy report ui to node.completed=true, step.label.unzip configuration files on the node.state=failure, step.label.copy tomcat configuration files to the instance configuration folder.state=failure, node.tags=, step.label.clear webapps folder.state=success, job.name=Deploy-rb-ui-tomcat-redis-qa, step.4.start=true, step.1.state=success, step.2.completed=true, step.label.copy tomcat configuration files to the instance configuration folder.completed=true, step.1.completed=true, step.label.Stop Tomcat instance 2.state=success, step.4.state=failure, job.wasRetry=false, job.project=RCM-QA, step.1.start=true, job.username=mtollerson, step.5.completed=true, node.os-version=2.6.32-573.18.1.el6.x86_64, workflow.keepgoing=true, option.node=ql-clmapp00[135], step.label.Copy report ui to node.state=success, step.3.state=success, step.5.start=true, job.id=13eba04f-f0c3-44c6-b29d-47918b6c970a, step.any.state.failed=true, after.step.2=true, after.step.3=true, after.step.1=true, step.2.start=true, workflow.state=started, after.step.4=true, after.step.5=true, node.os-family=unix, job.user.name=mtollerson, step.label.unzip configuration files on the node.result.failedNodes=ql-clmapp005, before.step.3=false, node.description=ql-clmapp005.emdeon.net, before.step.4=false, before.step.5=false, step.4.completed=true, node.username=tomcat, step.label.copy tomcat configuration files to the instance configuration folder.result.failedNodes=ql-clmapp005, job.executionType=user, step.label.unzip configuration files on the node.completed=true, step.5.result.failedNodes=ql-clmapp005, before.step.1=false, step.4.result.failedNodes=ql-clmapp005, before.step.2=false, node.os-arch=amd64, job.retryAttempt=0, step.label.Stop Tomcat instance 2.completed=true, step.3.start=true, job.group=ReportBuilderHelpers, step.5.state=failure, job.execid=34708, node.name=ql-clmapp005, job.serverUrl=https://-someinternallinkyoudon'tcareabout, step.3.completed=true, step.2.state=success}}}
10:53:56
 LoopProgress: Pending(0) => run(0), skip(0), remain(0)
 10:53:56
 EndOfChanges: No more state changes expected, finishing workflow.
 10:53:56
 WillShutdown: Workflow engine shutting down
 10:53:56
 Complete: Workflow complete: [com.dtolabs.rundeck.core.rules.WorkflowEngine$WResult@46fa2d6a, com.dtolabs.rundeck.core.rules.WorkflowEngine$WResult@5d140f22, com.dtolabs.rundeck.core.rules.WorkflowEngine$WResult@4c02461a, com.dtolabs.rundeck.core.rules.WorkflowEngine$WResult@3f8abd1, com.dtolabs.rundeck.core.rules.WorkflowEngine$WResult@42c5a1ea]
10:53:56
  
Dispatch failed on node: ql-clmapp005
 
 
 
 [Matt here: this is the continuation of the job]
10:53:56
 6. restart tomcat2
[workflow] Begin step: 6,rundeck-jobref

rac...@rundeck.com

unread,
May 28, 2021, 4:35:36 PM5/28/21
to rundeck-discuss
Hi Matt,

Could you try these tips?

Regards!

Matt Tollerson

unread,
May 28, 2021, 5:26:20 PM5/28/21
to rundeck-discuss
On it.

Will advise,

Matt T.

Reply all
Reply to author
Forward
0 new messages