Guest User

Untitled

a guest
Nov 24th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ERROR initializing ubuntu user: subprocess encountered error code 255 (Permission denied (publickey).)
  2.  
  3. default: manual
  4. environments:
  5. manual:
  6. type: manual
  7. bootstrap-host: deploy.example.com
  8. bootstrap-user: training
  9.  
  10. ssh deploy.example.com -l ubuntu
  11.  
  12. manual:
  13. type: manual
  14. # bootstrap-host holds the host name of the machine where the
  15. # bootstrap machine agent will be started.
  16. bootstrap-host: somehost.example.com
  17.  
  18. # bootstrap-user specifies the user to authenticate as when
  19. # connecting to the bootstrap machine. It defaults to
  20. # the current user.
  21. # bootstrap-user: joebloggs
  22.  
  23. ssh deploy.example.com -l training
  24.  
  25. bootstrap-user: ubuntu
Add Comment
Please, Sign In to add comment