Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. knife bootstrap XXXXX.compute-1.amazonaws.com --no-host-key-verify -x ubuntu --sudo -VV
  2. INFO: Using configuration from /home/XXXXX/chef-repo/.chef/knife.rb
  3. Doing old-style registration with the validation key at /home/XXXXX/chef-repo/.chef/chef-validator.pem...
  4. Delete your validation key in order to use your user credentials instead
  5.  
  6. Connecting to XXXXX.compute-1.amazonaws.com
  7. DEBUG: Looking for bootstrap template in /opt/chef/embedded/apps/chef/lib/chef/knife/bootstrap/templates
  8. DEBUG: Found bootstrap template in /opt/chef/embedded/apps/chef/lib/chef/knife/bootstrap/templates
  9. DEBUG: Adding XXXXX.compute-1.amazonaws.com
  10. DEBUG: establishing connection to XXXXX.compute-1.amazonaws.com:22
  11. DEBUG: connection established
  12. INFO: negotiating protocol version
  13. DEBUG: remote is `SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2'
  14. DEBUG: local is `SSH-2.0-Ruby/Net::SSH_2.9.2 x86_64-linux'
  15. DEBUG: read 1632 bytes
  16. DEBUG: received packet nr 0 type 20 len 1628
  17. INFO: got KEXINIT from server
  18. INFO: sending KEXINIT
  19. DEBUG: queueing packet nr 0 type 20 len 1684
  20. DEBUG: sent 1688 bytes
  21. INFO: negotiating algorithms
  22. DEBUG: negotiated:
  23. * kex: diffie-hellman-group-exchange-sha1
  24. * host_key: ssh-rsa
  25. * encryption_server: aes128-cbc
  26. * encryption_client: aes128-cbc
  27. * hmac_client: hmac-sha1
  28. * hmac_server: hmac-sha1
  29. * compression_client: none
  30. * compression_server: none
  31. * language_client:
  32. * language_server:
  33. DEBUG: exchanging keys
  34. DEBUG: queueing packet nr 1 type 34 len 20
  35. DEBUG: sent 24 bytes
  36. DEBUG: read 152 bytes
  37. DEBUG: received packet nr 1 type 31 len 148
  38. DEBUG: queueing packet nr 2 type 32 len 140
  39. DEBUG: sent 144 bytes
  40. DEBUG: read 720 bytes
  41. DEBUG: received packet nr 2 type 33 len 700
  42. DEBUG: queueing packet nr 3 type 21 len 20
  43. DEBUG: sent 24 bytes
  44. DEBUG: received packet nr 3 type 21 len 12
  45. DEBUG: beginning authentication of `ubuntu'
  46. DEBUG: queueing packet nr 4 type 5 len 28
  47. DEBUG: sent 52 bytes
  48. DEBUG: read 52 bytes
  49. DEBUG: received packet nr 4 type 6 len 28
  50. DEBUG: trying none
  51. DEBUG: queueing packet nr 5 type 50 len 44
  52. DEBUG: sent 68 bytes
  53. DEBUG: read 52 bytes
  54. DEBUG: received packet nr 5 type 51 len 28
  55. DEBUG: allowed methods: publickey
  56. DEBUG: none failed
  57. DEBUG: trying publickey
  58. DEBUG: connecting to ssh-agent
  59. DEBUG: sending agent request 1 len 44
  60. DEBUG: received agent packet 2 len 5
  61. DEBUG: sending agent request 11 len 0
  62. DEBUG: received agent packet 12 len 631
  63. DEBUG: trying publickey (39:03:04:49:ae:88:80:7c:9f:4a:a3:8c:84:52:09:62)
  64. DEBUG: queueing packet nr 6 type 50 len 348
  65. DEBUG: sent 372 bytes
  66. DEBUG: read 52 bytes
  67. DEBUG: received packet nr 6 type 51 len 28
  68. DEBUG: allowed methods: publickey
  69. DEBUG: trying publickey (3c:60:e5:9b:92:52:ca:8d:b5:3a:a2:53:d4:0a:33:15)
  70. DEBUG: queueing packet nr 7 type 50 len 348
  71. DEBUG: sent 372 bytes
  72. DEBUG: read 324 bytes
  73. DEBUG: received packet nr 7 type 60 len 300
  74. DEBUG: sending agent request 13 len 648
  75. DEBUG: received agent packet 14 len 276
  76. DEBUG: queueing packet nr 8 type 50 len 620
  77. DEBUG: sent 644 bytes
  78. DEBUG: read 36 bytes
  79. DEBUG: received packet nr 8 type 52 len 12
  80. DEBUG: publickey succeeded (3c:60:e5:9b:92:52:ca:8d:b5:3a:a2:53:d4:0a:33:15)
  81. DEBUG: queueing packet nr 9 type 90 len 44
  82. DEBUG: sent 68 bytes
  83. DEBUG: read 52 bytes
  84. DEBUG: received packet nr 9 type 91 len 28
  85. INFO: channel_open_confirmation: 0 0 0 32768
  86. INFO: sending channel request "env"
  87. DEBUG: queueing packet nr 10 type 98 len 44
  88. INFO: sending channel request "pty-req"
  89. DEBUG: queueing packet nr 11 type 98 len 60
  90. INFO: sending channel request "exec"
  91. DEBUG: queueing packet nr 12 type 98 len 505292
  92. DEBUG: sent 362000 bytes
  93. DEBUG: read 0 bytes
  94. ERROR: Net::SSH::Disconnect: connection closed by remote host
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement