more docs clarification on password sudo

This commit is contained in:
Miguel Jacq 2026-01-04 21:34:12 +11:00
parent 9fb4007fa8
commit f6b2f8a197
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -225,6 +225,7 @@
<div class="alert alert-secondary mt-3"> <div class="alert alert-secondary mt-3">
<div class="fw-semibold">Tip</div> <div class="fw-semibold">Tip</div>
<div class="small mb-0">If you don't want/need sudo on the remote side, add <code>--no-sudo</code>. However, be aware that you may get a more limited harvest depending on permissions.</div> <div class="small mb-0">If you don't want/need sudo on the remote side, add <code>--no-sudo</code>. However, be aware that you may get a more limited harvest depending on permissions.</div>
<div class="small mb-0">If your remote user requires a password for sudo, pass <code>--ask-become-pass</code> or <code>-K</code> 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.</div>
</div> </div>
</section> </section>