Skip to content

Commit

Permalink
fix: add NOPASSWD (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien committed May 21, 2023
1 parent 506761a commit ca4286f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scaleway/scaleway.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ users:
groups: [ sudo, docker ]
ssh_authorized_keys:
- %s
sudo: [ "ALL=(ALL) NOPASSWD:ALL" ]
`, string(publicKey))),
})
if err != nil {
Expand Down

0 comments on commit ca4286f

Please sign in to comment.