Created
July 11, 2014 15:53
-
-
Save knewter/cc1f302682a4cb15c198 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GATHERING FACTS *************************************************************** | |
<admin.shipt.dev> ESTABLISH CONNECTION FOR USER: vagrant | |
<admin.shipt.dev> REMOTE_MODULE setup | |
<admin.shipt.dev> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/home/jadams/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile="./files/sshkeys/shipt_sshkey"', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=10', 'admin.shipt.dev', "/bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1405093933.8-208554006335490 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1405093933.8-208554006335490 && echo $HOME/.ansible/tmp/ansible-tmp-1405093933.8-208554006335490'"] | |
fatal: [admin.shipt.dev] => SSH encountered an unknown error. The output was: | |
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014 | |
debug1: Reading configuration data /home/jadams/.ssh/config | |
debug1: /home/jadams/.ssh/config line 69: Applying options for admin.shipt.dev | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 19: Applying options for * | |
debug1: auto-mux: Trying existing master | |
debug1: Control socket "/home/jadams/.ansible/cp/ansible-ssh-admin.shipt.dev-22-vagrant" does not exist | |
debug2: ssh_connect: needpriv 0 | |
debug1: Connecting to admin.shipt.dev [192.168.50.2] port 22. | |
debug2: fd 3 setting O_NONBLOCK | |
debug1: connect to address 192.168.50.2 port 22: Connection timed out | |
ssh: connect to host admin.shipt.dev port 22: Connection timed out | |
TASK: [log_forwarding | Copy up rsyslog configuration] ************************ | |
FATAL: no hosts matched or all hosts have already failed -- aborting | |
PLAY RECAP ******************************************************************** | |
to retry, use: --limit @/home/jadams/site.retry | |
127.0.0.1 : ok=3 changed=2 unreachable=0 failed=0 | |
admin.shipt.dev : ok=0 changed=0 unreachable=1 failed=0 | |
Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. | |
θ61° [jadams:/home/jadams/projects/shipt/shipt-deployment/sites/admin.shipt.dev] feature/add_customer_vagrant_deploy(+8/-4) 14s ± ^C | |
θ60° [jadams:/home/jadams/projects/shipt/shipt-deployment/sites/admin.shipt.dev] feature/add_customer_vagrant_deploy(+8/-4) ± vim ^C | |
θ60° [jadams:/home/jadams/projects/shipt/shipt-deployment/sites/admin.shipt.dev] feature/add_customer_vagrant_deploy(+8/-4) ± ssh 192.168.50.2 | |
Received disconnect from 192.168.50.2: 2: Too many authentication failures for jadams |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment