Skip to content

Commit

Permalink
Merge pull request #295 from AsterisMono/master
Browse files Browse the repository at this point in the history
doc: add option doc for interactiveSudo
  • Loading branch information
rvem authored Sep 27, 2024
2 parents 3867348 + a1eb366 commit aa07eb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ This is a set of options that can be put in any of the above definitions, with t
# This will default to "sudo -u" if not specified anywhere.
sudo = "doas -u";
# Whether to enable interactive sudo (password based sudo). Useful when using non-root sshUsers.
# This defaults to `false`
interactiveSudo = false;
# This is an optional list of arguments that will be passed to SSH.
sshOpts = [ "-p" "2121" ];
Expand Down

0 comments on commit aa07eb0

Please sign in to comment.