feat: remove wakeup path, return on create, host managed ssh-keygen, ack nonce dep

This commit is contained in:
Harivansh Rathi 2026-04-12 20:49:52 +00:00
parent 0e4b18f10b
commit 4a9dc91ebf
13 changed files with 423 additions and 170 deletions

View file

@ -36,6 +36,7 @@ type MachineRecord struct {
TapDevice string
Ports []contracthost.MachinePort
GuestSSHPublicKey string
GuestReadyNonce string
Phase contracthost.MachinePhase
Error string
PID int