Skip to content

Commit aa07eb0

Browse files
authored
Merge pull request #295 from AsterisMono/master
doc: add option doc for interactiveSudo
2 parents 3867348 + a1eb366 commit aa07eb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ This is a set of options that can be put in any of the above definitions, with t
197197
# This will default to "sudo -u" if not specified anywhere.
198198
sudo = "doas -u";
199199
200+
# Whether to enable interactive sudo (password based sudo). Useful when using non-root sshUsers.
201+
# This defaults to `false`
202+
interactiveSudo = false;
203+
200204
# This is an optional list of arguments that will be passed to SSH.
201205
sshOpts = [ "-p" "2121" ];
202206

0 commit comments

Comments
 (0)