• feat: add headless mode support for SSH -N connections
    Docker Build and Push / build-and-push-branches (push) Has been skipped
    Docker Build and Push / build-and-push-tags (push) Successful in 3m3s

    bagas released this 2026-01-11 15:21:11 +07:00 | 86 commits to main since this release

    • use s.lifecycle.GetConnection().Wait() to block until SSH connection closes
    • Prevent premature session closure in headless mode

    In headless mode (ssh -N), there's no channel interaction to block on,
    so the session would immediately return and close. Now blocking on
    conn.Wait() keeps the session alive until the client disconnects.

    Downloads