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
Test-VmSshCredential: single-shot authentication probe that returns $true when the password is accepted, $false on a definitive
rejection, and rethrows a transient/unreachable error unchanged. The
auth-level rung above Test-SshBanner - a banner-reachable host can
still have no usable login (e.g. first-boot user provisioning failed),
which only an auth attempt reveals. Connect policy is inherited from New-VmSshClient so the probe is indistinguishable from a real session
at the transport layer.