CluPilotCloud/app/Services/Ssh
nexxo 65717bd3bd fix(engine): address Codex review (auth token bootstrap, tunnel recheck, ssh)
- CreateAutomationToken now bootstraps the pveum role/user/token over the
  authenticated SSH session (a fresh host has no API token yet); ProxmoxClient
  is read-only in A.
- ConfigureWireguard re-verifies the handshake on the idempotent replay path,
  never advancing over a dead tunnel.
- PhpseclibRemoteShell treats a missing SSH exit status as failure (255).
- connectWithKey verifies the pinned host key fingerprint on later logins.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-25 10:20:59 +02:00
..
CommandResult.php feat(engine): SSH / WireGuard / Proxmox service layer 2026-07-25 09:58:02 +02:00
FakeRemoteShell.php fix(engine): address Codex review (auth token bootstrap, tunnel recheck, ssh) 2026-07-25 10:20:59 +02:00
PhpseclibRemoteShell.php fix(engine): address Codex review (auth token bootstrap, tunnel recheck, ssh) 2026-07-25 10:20:59 +02:00
RemoteShell.php fix(engine): address Codex review (auth token bootstrap, tunnel recheck, ssh) 2026-07-25 10:20:59 +02:00