Replay upstream changes
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-19 11:05:16 +02:00
parent c05b9bf0f5
commit 0cdb7fb129
7 changed files with 13 additions and 28 deletions

View File

@ -221,7 +221,7 @@
}
],
"password": "{{user `password`}}",
"shutdown_command": "echo '{{user `ssh_password`}}' | sudo -S -E sh -c '{{user `shutdown_command`}}'",
"shutdown_command": "echo '{{user `ssh_password`}}' | sudo -S -E sh -c 'usermod -L {{user `ssh_username`}} && {{user `shutdown_command`}}'",
"ssh_password": "{{user `ssh_password`}}",
"ssh_timeout": "4h",
"ssh_username": "{{user `ssh_username`}}",