fix deploy-rs: set sshUser=root explicitly, fix host key verification
Some checks failed
Deploy / flake-check (push) Successful in 35s
Deploy / deploy-cryodev-main (push) Has been cancelled
Deploy / create-release (push) Has been cancelled
Deploy / build-pi-images (cryodev-pi) (push) Has been cancelled

deploy-rs was using 'gitea-runner' as ssh_user because the runner
process runs as that user. Set sshUser=root at the node level.
Also add StrictHostKeyChecking=accept-new as fallback for host key.
This commit is contained in:
steffen 2026-03-14 14:26:51 +01:00
parent 5607cad78f
commit 8b467f071f
2 changed files with 3 additions and 1 deletions

View file

@ -123,6 +123,7 @@
nodes = {
cryodev-main = {
hostname = constants.domain;
sshUser = "root";
sshOpts = [
"-p"
"2299"