From f6b2f8a197a890e7c6319dacca9cc2d322cd134e Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sun, 4 Jan 2026 21:34:12 +1100 Subject: [PATCH] more docs clarification on password sudo --- src/docs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs.html b/src/docs.html index cb84bb9..9279756 100644 --- a/src/docs.html +++ b/src/docs.html @@ -225,6 +225,7 @@
Tip
If you don't want/need sudo on the remote side, add --no-sudo. However, be aware that you may get a more limited harvest depending on permissions.
+
If your remote user requires a password for sudo, pass --ask-become-pass or -K and you'll be prompted to enter the password. If you forget, Enroll will still prompt for the password if it detects it's needed, but will be slightly slower to do so.