Created
April 1, 2015 18:09
-
-
Save bensojona/ce4030c088d4894b7603 to your computer and use it in GitHub Desktop.
Copied the metamon files into my root project directory, vagrant up'd, ran the deploy_dev.sh script and got the below debug output. Seems to be an issue SSH'ing into the Vagrant box but I can't figure out where the problem is.
This file contains 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
PLAY [configuration check] **************************************************** | |
GATHERING FACTS *************************************************************** | |
<192.168.50.10> ESTABLISH CONNECTION FOR USER: vagrant | |
<192.168.50.10> REMOTE_MODULE setup | |
<192.168.50.10> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ForwardAgent=yes', '-o', 'IdentityFile="keys/vagrant"', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=10', '192.168.50.10', "/bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1427908374.01-9008411623083 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1427908374.01-9008411623083 && echo $HOME/.ansible/tmp/ansible-tmp-1427908374.01-9008411623083'"] | |
fatal: [dev] => SSH encountered an unknown error. The output was: | |
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011 | |
debug1: Reading configuration data /Users/jb/.ssh/config | |
debug1: Reading configuration data /etc/ssh_config | |
debug1: /etc/ssh_config line 20: Applying options for * | |
debug2: ssh_connect: needpriv 0 | |
debug1: Connecting to 192.168.50.10 [192.168.50.10] port 22. | |
debug2: fd 3 setting O_NONBLOCK | |
debug1: fd 3 clearing O_NONBLOCK | |
debug1: Connection established. | |
debug3: timeout: 10000 ms remain after connect | |
debug3: Incorrect RSA1 identifier | |
debug3: Could not load "keys/vagrant" as a RSA1 public key | |
debug1: identity file keys/vagrant type 1 | |
debug1: identity file keys/vagrant-cert type -1 | |
debug1: Enabling compatibility mode for protocol 2.0 | |
debug1: Local version string SSH-2.0-OpenSSH_6.2 | |
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 | |
debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 pat OpenSSH* | |
debug2: fd 3 setting O_NONBLOCK | |
debug3: load_hostkeys: loading entries for host "192.168.50.10" from file "/Users/jb/.ssh/known_hosts" | |
debug3: load_hostkeys: found key type RSA in file /Users/jb/.ssh/known_hosts:108 | |
debug3: load_hostkeys: loaded 1 keys | |
debug3: order_hostkeyalgs: prefer hostkeyalgs: [email protected],[email protected],ssh-rsa | |
debug1: SSH2_MSG_KEXINIT sent | |
debug1: SSH2_MSG_KEXINIT received | |
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 | |
debug2: kex_parse_kexinit: [email protected],[email protected],ssh-rsa,[email protected],[email protected],ssh-dss | |
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,[email protected],[email protected],aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] | |
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,[email protected],[email protected],aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] | |
debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-md5,hmac-sha1,[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 | |
debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-md5,hmac-sha1,[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 | |
debug2: kex_parse_kexinit: [email protected],zlib,none | |
debug2: kex_parse_kexinit: [email protected],zlib,none | |
debug2: kex_parse_kexinit: | |
debug2: kex_parse_kexinit: | |
debug2: kex_parse_kexinit: first_kex_follows 0 | |
debug2: kex_parse_kexinit: reserved 0 | |
debug2: kex_parse_kexinit: [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 | |
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256 | |
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,[email protected],[email protected],[email protected],aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] | |
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,[email protected],[email protected],[email protected],aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] | |
debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-md5,hmac-sha1,[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 | |
debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-md5,hmac-sha1,[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 | |
debug2: kex_parse_kexinit: none,[email protected] | |
debug2: kex_parse_kexinit: none,[email protected] | |
debug2: kex_parse_kexinit: | |
debug2: kex_parse_kexinit: | |
debug2: kex_parse_kexinit: first_kex_follows 0 | |
debug2: kex_parse_kexinit: reserved 0 | |
debug2: mac_setup: found [email protected] | |
debug1: kex: server->client aes128-ctr [email protected] [email protected] | |
debug2: mac_setup: found [email protected] | |
debug1: kex: client->server aes128-ctr [email protected] [email protected] | |
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent | |
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP | |
debug2: dh_gen_key: priv key bits set: 137/256 | |
debug2: bits set: 525/1024 | |
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent | |
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY | |
debug1: Server host key: RSA fd:f9:01:f8:c0:36:0f:23:d0:22:46:6a:7c:95:9e:74 | |
debug3: load_hostkeys: loading entries for host "192.168.50.10" from file "/Users/jb/.ssh/known_hosts" | |
debug3: load_hostkeys: found key type RSA in file /Users/jb/.ssh/known_hosts:108 | |
debug3: load_hostkeys: loaded 1 keys | |
debug1: Host '192.168.50.10' is known and matches the RSA host key. | |
debug1: Found key in /Users/jb/.ssh/known_hosts:108 | |
debug2: bits set: 513/1024 | |
debug1: ssh_rsa_verify: signature correct | |
debug2: kex_derive_keys | |
debug2: set_newkeys: mode 1 | |
debug1: SSH2_MSG_NEWKEYS sent | |
debug1: expecting SSH2_MSG_NEWKEYS | |
debug2: set_newkeys: mode 0 | |
debug1: SSH2_MSG_NEWKEYS received | |
debug1: Roaming not allowed by server | |
debug1: SSH2_MSG_SERVICE_REQUEST sent | |
debug2: service_accept: ssh-userauth | |
debug1: SSH2_MSG_SERVICE_ACCEPT received | |
debug2: key: keys/vagrant (0x7fa42b40b650), explicit | |
debug1: Authentications that can continue: publickey,password | |
debug3: start over, passed a different list publickey,password | |
debug3: preferred gssapi-with-mic,gssapi-keyex,hostbased,publickey | |
debug3: authmethod_lookup publickey | |
debug3: remaining preferred: ,gssapi-keyex,hostbased,publickey | |
debug3: authmethod_is_enabled publickey | |
debug1: Next authentication method: publickey | |
debug1: Offering RSA public key: keys/vagrant | |
debug3: send_pubkey_test | |
debug2: we sent a publickey packet, wait for reply | |
debug1: Authentications that can continue: publickey,password | |
debug2: we did not send a packet, disable method | |
debug1: No more authentication methods to try. | |
Permission denied (publickey,password). | |
TASK: [project settings check (1/2)] ****************************************** | |
FATAL: no hosts matched or all hosts have already failed -- aborting | |
PLAY RECAP ******************************************************************** | |
to retry, use: --limit @/Users/jb/site.retry | |
dev : ok=0 changed=0 unreachable=1 failed=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment