OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 58: Appl ying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r

I am getting below error while trying to run the ansible playbook for AIX patching. Could someone please help me out?

OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 58: Appl
ying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwa
rds: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done
pid = 2334\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header fa
iled: Broken pipe\r\ndebug2: Received exit status from master

Thanks
Akshay

Those “debug” messages seems to be related to debug enabled on sshd.

Are you getting those messages when you try ssh manually? You should use the same user, ssh port, etc. than ansible to access the AIX box.

Hello,

Thank you for the response. Debug is not enabled. And when i try to login manually to the client server, it goes smooth without any error.