Skip to content

Instantly share code, notes, and snippets.

@rynop
Created December 28, 2010 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rynop/757245 to your computer and use it in GitHub Desktop.
Save rynop/757245 to your computer and use it in GitHub Desktop.
Failing cap
* executing "ls -xt /opt/doapp/adagogo/prod/webapp/releases"
servers: ["XXX.compute-1.internal"]
D, [2010-12-28T03:43:11.464864 #3278] DEBUG -- net.ssh.transport.session[3fdec15e3870]: establishing connection to XXX.compute-1.internal:22
D, [2010-12-28T03:43:11.467686 #3278] DEBUG -- net.ssh.transport.session[3fdec15e3870]: connection established
I, [2010-12-28T03:43:11.467818 #3278] INFO -- net.ssh.transport.server_version[3fdec15e31cc]: negotiating protocol version
D, [2010-12-28T03:43:11.475367 #3278] DEBUG -- net.ssh.transport.server_version[3fdec15e31cc]: remote is `SSH-2.0-OpenSSH_5.5p1 Debian-4ubuntu4'
D, [2010-12-28T03:43:11.475440 #3278] DEBUG -- net.ssh.transport.server_version[3fdec15e31cc]: local is `SSH-2.0-Ruby/Net::SSH_2.0.15 x86_64-linux'
D, [2010-12-28T03:43:11.477067 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: read 784 bytes
D, [2010-12-28T03:43:11.477252 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: received packet nr 0 type 20 len 780
I, [2010-12-28T03:43:11.477360 #3278] INFO -- net.ssh.transport.algorithms[3fdec15e2664]: got KEXINIT from server
I, [2010-12-28T03:43:11.477541 #3278] INFO -- net.ssh.transport.algorithms[3fdec15e2664]: sending KEXINIT
D, [2010-12-28T03:43:11.477762 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: queueing packet nr 0 type 20 len 556
D, [2010-12-28T03:43:11.477876 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: sent 560 bytes
I, [2010-12-28T03:43:11.477955 #3278] INFO -- net.ssh.transport.algorithms[3fdec15e2664]: negotiating algorithms
D, [2010-12-28T03:43:11.478228 #3278] DEBUG -- net.ssh.transport.algorithms[3fdec15e2664]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2010-12-28T03:43:11.478295 #3278] DEBUG -- net.ssh.transport.algorithms[3fdec15e2664]: exchanging keys
D, [2010-12-28T03:43:11.478556 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: queueing packet nr 1 type 34 len 20
D, [2010-12-28T03:43:11.478656 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: sent 24 bytes
D, [2010-12-28T03:43:11.512504 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: read 152 bytes
D, [2010-12-28T03:43:11.512683 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: received packet nr 1 type 31 len 148
D, [2010-12-28T03:43:11.515672 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: queueing packet nr 2 type 32 len 140
D, [2010-12-28T03:43:11.515803 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: sent 144 bytes
D, [2010-12-28T03:43:11.520653 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: read 720 bytes
D, [2010-12-28T03:43:11.520816 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: received packet nr 2 type 33 len 700
D, [2010-12-28T03:43:11.523532 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: queueing packet nr 3 type 21 len 20
D, [2010-12-28T03:43:11.523662 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: sent 24 bytes
D, [2010-12-28T03:43:11.523831 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: received packet nr 3 type 21 len 12
D, [2010-12-28T03:43:11.524258 #3278] DEBUG -- net.ssh.authentication.session[3fdec15d31f0]: beginning authentication of `dasdeploy'
D, [2010-12-28T03:43:11.524438 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: queueing packet nr 4 type 5 len 28
D, [2010-12-28T03:43:11.524532 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: sent 52 bytes
D, [2010-12-28T03:43:11.561024 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: read 52 bytes
D, [2010-12-28T03:43:11.561203 #3278] DEBUG -- tcpsocket[3fdec15e34c4]: received packet nr 4 type 6 len 28
D, [2010-12-28T03:43:11.561364 #3278] DEBUG -- net.ssh.authentication.session[3fdec15d31f0]: trying publickey
D, [2010-12-28T03:43:11.561512 #3278] DEBUG -- net.ssh.authentication.agent[3fdec15d1d50]: connecting to ssh-agent
E, [2010-12-28T03:43:11.561686 #3278] ERROR -- net.ssh.authentication.agent[3fdec15d1d50]: could not connect to ssh-agent
E, [2010-12-28T03:43:11.561891 #3278] ERROR -- net.ssh.authentication.session[3fdec15d31f0]: all authorization methods failed (tried publickey)
connection failed for: domU-12-31-39-0F-2A-15.compute-1.internal (Net::SSH::AuthenticationFailed: dasdeploy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment