You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
New-RetryingSshClientWrapper: wraps an SSH client with reconnect-and-
retry on transient transport drops (the channel being reaped mid-command
by a NAT/firewall middlebox), via Invoke-WithRetry. The belt to New-VmSshClient's keepalive brace, now available to every consumer of
this module rather than re-implemented per repo.
Changed
RequiredModules now declares Common.PowerShell (>= 8.1.0), which
supplies the Invoke-WithRetry primitive the new wrapper uses.