Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.39 KB | None | 0 0
  1. DEBUG ssh: == Net-SSH connection debug-level log END ==
  2. INFO ssh: SSH not up: #<Vagrant::Errors::SSHAuthenticationFailed: SSH authentication failed! This is typically caused by the public/private
  3. keypair for the SSH user not being properly set on the guest VM. Please
  4. verify that the guest VM is setup with the proper public key, and that
  5. the private key path for Vagrant is setup properly as well.>
  6. DEBUG ssh: Checking whether SSH is ready...
  7. INFO machine: Calling action: read_ssh_info on provider AWS (i-094f2e8cec8294eb7)
  8. INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:ctgawsvm}]
  9. INFO runner: Preparing hooks for middleware sequence...
  10. INFO runner: 1 hooks defined.
  11. INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x000001025e14f8>
  12. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000010165c550>
  13. INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x0000010165c528>
  14. INFO connect_aws: Connecting to AWS...
  15. INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x000001025c82c8>
  16. INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x000001025c82c8>
  17. INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x0000010165c528>
  18. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000010165c550>
  19. INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:ctgawsvm}]
  20. DEBUG ssh: Checking key permissions: /Users/37332/.ssh/drupal-vm.pem
  21. INFO ssh: Attempting SSH connection...
  22. INFO ssh: Attempting to connect to SSH...
  23. INFO ssh: - Host: ec2-52-90-221-224.compute-1.amazonaws.com
  24. INFO ssh: - Port: 22
  25. INFO ssh: - Username: drupal-vm
  26. INFO ssh: - Password? false
  27. INFO ssh: - Key Path: ["/Users/37332/.ssh/drupal-vm.pem"]
  28. DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>true, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>22, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x00000100b6dd60 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x00000100b6dd38 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000100b6dce8 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000100b6ddb0>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x00000100b6dcc0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000100b6dc70>>>>, :keys=>["/Users/37332/.ssh/drupal-vm.pem"]}
  29. DEBUG ssh: == Net-SSH connection debug-level log START ==
  30. DEBUG ssh: D, [2017-03-21T11:43:45.331896 #39349] DEBUG -- net.ssh.transport.session[805b6104]: establishing connection to ec2-52-90-221-224.compute-1.amazonaws.com:22
  31. D, [2017-03-21T11:43:45.377166 #39349] DEBUG -- net.ssh.transport.session[805b6104]: connection established
  32. I, [2017-03-21T11:43:45.377291 #39349] INFO -- net.ssh.transport.server_version[805b360c]: negotiating protocol version
  33. D, [2017-03-21T11:43:45.425759 #39349] DEBUG -- net.ssh.transport.server_version[805b360c]: remote is `SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3'
  34. D, [2017-03-21T11:43:45.425853 #39349] DEBUG -- net.ssh.transport.server_version[805b360c]: local is `SSH-2.0-Ruby/Net::SSH_3.0.2 universal.x86_64-darwin13'
  35. D, [2017-03-21T11:43:45.465221 #39349] DEBUG -- socket[805b3d14]: read 1632 bytes
  36. D, [2017-03-21T11:43:45.465405 #39349] DEBUG -- socket[805b3d14]: received packet nr 0 type 20 len 1628
  37. I, [2017-03-21T11:43:45.465522 #39349] INFO -- net.ssh.transport.algorithms[805b270c]: got KEXINIT from server
  38. I, [2017-03-21T11:43:45.465757 #39349] INFO -- net.ssh.transport.algorithms[805b270c]: sending KEXINIT
  39. D, [2017-03-21T11:43:45.466095 #39349] DEBUG -- socket[805b3d14]: queueing packet nr 0 type 20 len 1684
  40. D, [2017-03-21T11:43:45.466205 #39349] DEBUG -- socket[805b3d14]: sent 1688 bytes
  41. I, [2017-03-21T11:43:45.466254 #39349] INFO -- net.ssh.transport.algorithms[805b270c]: negotiating algorithms
  42. D, [2017-03-21T11:43:45.466365 #39349] DEBUG -- net.ssh.transport.algorithms[805b270c]: negotiated:
  43. * kex: diffie-hellman-group-exchange-sha1
  44. * host_key: ssh-rsa
  45. * encryption_server: aes128-cbc
  46. * encryption_client: aes128-cbc
  47. * hmac_client: hmac-sha1
  48. * hmac_server: hmac-sha1
  49. * compression_client: none
  50. * compression_server: none
  51. * language_client:
  52. * language_server:
  53. D, [2017-03-21T11:43:45.466388 #39349] DEBUG -- net.ssh.transport.algorithms[805b270c]: exchanging keys
  54. D, [2017-03-21T11:43:45.466590 #39349] DEBUG -- socket[805b3d14]: queueing packet nr 1 type 34 len 20
  55. D, [2017-03-21T11:43:45.466633 #39349] DEBUG -- socket[805b3d14]: sent 24 bytes
  56. D, [2017-03-21T11:43:45.549139 #39349] DEBUG -- socket[805b3d14]: read 152 bytes
  57. D, [2017-03-21T11:43:45.549291 #39349] DEBUG -- socket[805b3d14]: received packet nr 1 type 31 len 148
  58. D, [2017-03-21T11:43:45.551123 #39349] DEBUG -- socket[805b3d14]: queueing packet nr 2 type 32 len 140
  59. D, [2017-03-21T11:43:45.551204 #39349] DEBUG -- socket[805b3d14]: sent 144 bytes
  60. D, [2017-03-21T11:43:45.590337 #39349] DEBUG -- socket[805b3d14]: read 720 bytes
  61. D, [2017-03-21T11:43:45.590535 #39349] DEBUG -- socket[805b3d14]: received packet nr 2 type 33 len 700
  62. D, [2017-03-21T11:43:45.591929 #39349] DEBUG -- socket[805b3d14]: queueing packet nr 3 type 21 len 20
  63. D, [2017-03-21T11:43:45.592047 #39349] DEBUG -- socket[805b3d14]: sent 24 bytes
  64. D, [2017-03-21T11:43:45.592171 #39349] DEBUG -- socket[805b3d14]: received packet nr 3 type 21 len 12
  65. D, [2017-03-21T11:43:45.592726 #39349] DEBUG -- net.ssh.authentication.session[811f5640]: beginning authentication of `drupal-vm'
  66. D, [2017-03-21T11:43:45.592910 #39349] DEBUG -- socket[805b3d14]: queueing packet nr 4 type 5 len 28
  67. D, [2017-03-21T11:43:45.592986 #39349] DEBUG -- socket[805b3d14]: sent 52 bytes
  68. D, [2017-03-21T11:43:45.696660 #39349] DEBUG -- socket[805b3d14]: read 52 bytes
  69. D, [2017-03-21T11:43:45.696835 #39349] DEBUG -- socket[805b3d14]: received packet nr 4 type 6 len 28
  70. D, [2017-03-21T11:43:45.696958 #39349] DEBUG -- net.ssh.authentication.session[811f5640]: trying none
  71. D, [2017-03-21T11:43:45.697138 #39349] DEBUG -- socket[805b3d14]: queueing packet nr 5 type 50 len 60
  72. D, [2017-03-21T11:43:45.697209 #39349] DEBUG -- socket[805b3d14]: sent 84 bytes
  73. D, [2017-03-21T11:43:45.732170 #39349] DEBUG -- socket[805b3d14]: read 52 bytes
  74. D, [2017-03-21T11:43:45.732391 #39349] DEBUG -- socket[805b3d14]: received packet nr 5 type 51 len 28
  75. D, [2017-03-21T11:43:45.732518 #39349] DEBUG -- net.ssh.authentication.session[811f5640]: allowed methods: publickey
  76. D, [2017-03-21T11:43:45.732616 #39349] DEBUG -- net.ssh.authentication.methods.none[811f472c]: none failed
  77. D, [2017-03-21T11:43:45.732709 #39349] DEBUG -- net.ssh.authentication.session[811f5640]: trying publickey
  78. D, [2017-03-21T11:43:45.733102 #39349] DEBUG -- net.ssh.authentication.agent[811f116c]: connecting to ssh-agent
  79. D, [2017-03-21T11:43:45.733266 #39349] DEBUG -- net.ssh.authentication.agent[811f116c]: sending agent request 1 len 57
  80. D, [2017-03-21T11:43:45.733394 #39349] DEBUG -- net.ssh.authentication.agent[811f116c]: received agent packet 2 len 5
  81. D, [2017-03-21T11:43:45.733458 #39349] DEBUG -- net.ssh.authentication.agent[811f116c]: sending agent request 11 len 0
  82. D, [2017-03-21T11:43:45.733557 #39349] DEBUG -- net.ssh.authentication.agent[811f116c]: received agent packet 12 len 5
  83. D, [2017-03-21T11:43:45.733803 #39349] DEBUG -- net.ssh.authentication.methods.publickey[811f1428]: trying publickey (30:04:79:29:8b:46:1d:fa:90:ab:35:ac:87:10:28:28)
  84. D, [2017-03-21T11:43:45.733976 #39349] DEBUG -- socket[805b3d14]: queueing packet nr 6 type 50 len 348
  85. D, [2017-03-21T11:43:45.734044 #39349] DEBUG -- socket[805b3d14]: sent 372 bytes
  86. D, [2017-03-21T11:43:45.766146 #39349] DEBUG -- socket[805b3d14]: read 52 bytes
  87. D, [2017-03-21T11:43:45.766370 #39349] DEBUG -- socket[805b3d14]: received packet nr 6 type 51 len 28
  88. D, [2017-03-21T11:43:45.766495 #39349] DEBUG -- net.ssh.authentication.session[811f5640]: allowed methods: publickey
  89. E, [2017-03-21T11:43:45.766567 #39349] ERROR -- net.ssh.authentication.session[811f5640]: all authorization methods failed (tried none, publickey)
  90.  
  91. DEBUG ssh: == Net-SSH connection debug-level log END ==
  92. INFO ssh: SSH not up: #<Vagrant::Errors::SSHAuthenticationFailed: SSH authentication failed! This is typically caused by the public/private
  93. keypair for the SSH user not being properly set on the guest VM. Please
  94. verify that the guest VM is setup with the proper public key, and that
  95. the private key path for Vagrant is setup properly as well.>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement