Hi, For some reason if I'm connecting to the host using ansible connection is been dropped frequently with "Connection timed out during banner exchange" message..
Any hints? pls check output below.. again if I just 'ssh lb0014' everything is fine GATHERING FACTS *************************************************************** <lb0014> ESTABLISH CONNECTION FOR USER: e21170 <lb0014> REMOTE_MODULE setup <lb0014> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/e21170/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'ConnectTimeout=10', 'lb0014', "/bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1403648080.05-169695987704675 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1403648080.05-169695987704675 && echo $HOME/.ansible/tmp/ansible-tmp-1403648080.05-169695987704675'"] fatal: [lb0014] => SSH encountered an unknown error. The output was: OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011 debug1: Reading configuration data /Users/e21170/.ssh/config debug1: /Users/e21170/.ssh/config line 20: Applying options for lb0* debug1: Reading configuration data /etc/ssh_config debug1: /etc/ssh_config line 20: Applying options for * debug1: auto-mux: Trying existing master debug1: Control socket "/Users/e21170/.ansible/cp/ansible-ssh-lb0014-22-gfadm" does not exist debug2: ssh_connect: needpriv 0 debug1: Executing proxy command: exec ssh labgw1 /usr/bin/nc lb0014 22 2> /dev/null debug3: timeout: 10000 ms remain after connect debug1: permanently_drop_suid: 962233211 debug3: Incorrect RSA1 identifier debug3: Could not load "/Users/e21170/.ssh/id_dsa" as a RSA1 public key debug1: identity file /Users/e21170/.ssh/id_dsa type 2 debug1: identity file /Users/e21170/.ssh/id_dsa-cert type -1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_6.2 Connection timed out during banner exchange -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b21da244-d3cb-4551-8872-0a459578fda5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
