Control remote fleet workers over SSH with user, host, and key path
Some checks are pending
offline / test (push) Waiting to run
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:
parent
b325f6f697
commit
e89e006542
12 changed files with 425 additions and 34 deletions
13
packages/verae-fleet/machines.secrets.json.example
Normal file
13
packages/verae-fleet/machines.secrets.json.example
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue