target user should have password set

This commit is contained in:
2026-05-18 23:48:13 -05:00
parent 11ec214b1e
commit 71c32bc933
6 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ function help_and_exit() {
echo
echo "OPTIONS:"
echo " -u <target_user> specify target_user with sudo access. nix-config will be cloned to their home."
echo " Default=root. (in my config this is 'roy')"
echo " Default=root. (PASSWORD FOR THIS USER MUST BE SET ON TARGET MACHINE)"
echo " --port <ssh_port> specify the ssh port to use for remote access. Default=${ssh_port}."
echo " --debug Enable debug mode."
echo " -h | --help Print this help."