Skip to content

Commit

Permalink
doc: add option doc for interactiveSudo
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterisMono authored Sep 25, 2024
1 parent 3867348 commit a1eb366
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 a1eb366

Please sign in to comment.