Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. Net::SSH::ConnectionTimeout>
  2. DEBUG ssh: Checking whether SSH is ready...
  3. INFO machine: Calling action: read_ssh_info on provider AWS (i-00463878091d9b8b8)
  4. INFO interface: Machine: action ["read_ssh_info", "start", {:target=>:ctgawsvm}]
  5. INFO runner: Preparing hooks for middleware sequence...
  6. INFO runner: 1 hooks defined.
  7. INFO runner: Running action: machine_action_read_ssh_info #<Vagrant::Action::Builder:0x00000101bd3dd0>
  8. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x00000101bcba40>
  9. INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x00000101bcb9f0>
  10. INFO connect_aws: Connecting to AWS...
  11. INFO warden: Calling IN action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x00000101b90508>
  12. INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ReadSSHInfo:0x00000101b90508>
  13. INFO warden: Calling OUT action: #<VagrantPlugins::AWS::Action::ConnectAWS:0x00000101bcb9f0>
  14. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x00000101bcba40>
  15. INFO interface: Machine: action ["read_ssh_info", "end", {:target=>:ctgawsvm}]
  16. DEBUG ssh: Checking key permissions: /Users/37332/.ssh/drupal-vm.pem
  17. INFO ssh: Attempting SSH connection...
  18. INFO ssh: Attempting to connect to SSH...
  19. INFO ssh: - Host: ec2-52-72-154-143.compute-1.amazonaws.com
  20. INFO ssh: - Port: 22
  21. INFO ssh: - Username: drupal-vm
  22. INFO ssh: - Password? false
  23. INFO ssh: - Key Path: ["/Users/37332/.ssh/drupal-vm.pem"]
  24. 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:0x000001078812d0 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x000001078812a8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000107881208 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000107881320>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x000001078811e0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000107881168>>>>, :keys=>["/Users/37332/.ssh/drupal-vm.pem"]}
  25. ^C INFO interface: warn: Waiting for cleanup before exiting...
  26. INFO interface: warn: ==> ctgawsvm: Waiting for cleanup before exiting...
  27. DEBUG ssh: == Net-SSH connection debug-level log START ==
  28. DEBUG ssh: D, [2017-03-21T11:27:28.280861 #33274] DEBUG -- net.ssh.transport.session[83c3d90c]: establishing connection to ec2-52-72-154-143.compute-1.amazonaws.com:22
  29.  
  30. DEBUG ssh: == Net-SSH connection debug-level log END ==
  31. INFO ssh: SSH not up: #<Vagrant::Errors::NetSSHException: An error occurred in the underlying SSH library that Vagrant uses.
  32. The error message is shown below. In many cases, errors from this
  33. library are caused by ssh-agent issues. Try disabling your SSH
  34. agent or removing some keys and try again.
  35.  
  36. If the problem persists, please report a bug to the net-ssh project.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement