Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. config.ssh.username = 'root'
  2. config.ssh.password = 'vagrant'
  3. config.ssh.insert_key = 'true'
  4.  
  5. $ vagrant reload
  6. ==> dev: Attempting graceful shutdown of VM...
  7. dev: Guest communication could not be established! This is usually because
  8. dev: SSH is not running, the authentication information was changed,
  9. dev: or some other networking issue. Vagrant will force halt, if
  10. dev: capable.
  11. ==> dev: Forcing shutdown of VM...
  12. ==> dev: Clearing any previously set forwarded ports...
  13. ==> dev: Clearing any previously set network interfaces...
  14. ==> dev: Preparing network interfaces based on configuration...
  15. dev: Adapter 1: nat
  16. dev: Adapter 2: bridged
  17. ==> dev: Forwarding ports...
  18. dev: 22 (guest) => 2222 (host) (adapter 1)
  19. ==> dev: Booting VM...
  20. ==> dev: Waiting for machine to boot. This may take a few minutes...
  21. dev: SSH address: 127.0.0.1:2222
  22. dev: SSH username: root
  23. dev: SSH auth method: password
  24. dev: Warning: Authentication failure. Retrying...
  25. dev: Warning: Authentication failure. Retrying...
  26. dev: Warning: Authentication failure. Retrying...
  27. dev: Warning: Authentication failure. Retrying...
  28. dev: Warning: Authentication failure. Retrying...
  29. dev: Warning: Authentication failure. Retrying...
  30. dev: Warning: Authentication failure. Retrying...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement