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.
The key has expired.
Changelog
Update SSH agent / key path logic. When an explicit spec.hosts[*].ssh.keyPath is given, no other keys are attempted. A single key will only be parsed and decrypted once, not separately for each host using it.
Add a deprecation warning for spec.hosts[*].ssh.hostKey. Use ~/.ssh/known_hosts, ~/.ssh/config's UserKnownHostsFile or SSH_KNOWN_HOSTS environment variable instead. Set to /dev/null to disable.
Do not retry connection when authentication or host key check fails.