MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / linuxUserData

Function linuxUserData

e2e/src/vm/ec2.ts:206–207  ·  view source on GitHub ↗
(publicKey: string)

Source from the content-addressed store, hash-verified

204 ].join("\n");
205
206const linuxUserData = (publicKey: string): string =>
207 ["#cloud-config", "ssh_authorized_keys:", ` - ${publicKey}`].join("\n");
208
209const freePort = (): Promise<number> =>
210 new Promise((resolve, reject) => {

Callers 1

ec2VmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected