Control remote fleet workers over SSH with user, host, and key path
Some checks are pending
offline / test (push) Waiting to run

NS1 is marchon@70.88.205.138 using ~/.ssh/id_ed25519. Private key
bytes stay off git. Spawn, health, and kill go through ssh; remote
workers bind loopback only.
This commit is contained in:
George Lambert 2026-09-11 13:31:21 -04:00
parent b325f6f697
commit e89e006542
12 changed files with 425 additions and 34 deletions

View file

@ -0,0 +1,13 @@
{
"ns1": {
"user": "marchon",
"host": "70.88.205.138",
"sshPort": 22,
"identityFile": "~/.ssh/id_ed25519"
},
"lan-134": {
"user": "marchon",
"host": "70.88.205.134",
"identityFile": "~/.ssh/id_ed25519"
}
}