Versions in this module Expand all Collapse all v0 v0.14.4 Feb 1, 2026 Changes in this version + func BuildSSHCommand(vmDomain, keyFile string, cfg Config) *exec.Cmd + func CheckServicesScript() string + func CheckWebsocatInstalled() error + func ExtractVMDomain(cdpURL string) (string, error) + func SetupScript(publicKey string) string + func WriteTempKey(privateKeyPEM string, sessionID string) (string, error) + type BrowserProcessService interface + Exec func(ctx context.Context, id string, body kernel.BrowserProcessExecParams, ...) (*kernel.BrowserProcessExecResponse, error) + type Config struct + BrowserID string + IdentityFile string + LocalForward string + RemoteForward string + SetupOnly bool + type KeyPair struct + PrivateKeyPEM string + PublicKeyOpenSSH string + func GenerateKeyPair() (*KeyPair, error)