fix deploy-rs: set sshUser=root explicitly, fix host key verification
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:
parent
5607cad78f
commit
8b467f071f
2 changed files with 3 additions and 1 deletions
|
|
@ -123,6 +123,7 @@
|
|||
nodes = {
|
||||
cryodev-main = {
|
||||
hostname = constants.domain;
|
||||
sshUser = "root";
|
||||
sshOpts = [
|
||||
"-p"
|
||||
"2299"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue