From 481a0c05a0e59e8d0b1f03f7918efb27f20ccb96 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 16 Jan 2026 11:35:53 +1100 Subject: [PATCH] Note --remote-ssh-config option --- src/content/docs.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/docs.html b/src/content/docs.html index 3d3cf51..55cd73c 100644 --- a/src/content/docs.html +++ b/src/content/docs.html @@ -191,7 +191,10 @@ description: "How Enroll works: harvest, manifest, modes, and configuration."
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.
+
+
If your remote host requires additional SSH configuration that you've defined in your ~/.ssh/config, pass --remote-ssh-config ~/.ssh/config. Enroll will understand how to translate the Host alias, IdentityFile, ProxyCommand, ConnectTimeout and AddressFamily values. You must still pass a value for --remote-host that matches the Host value of the entry in the SSH config file.