Skip to content

1.5.1

Compare
Choose a tag to compare
@kke kke released this 01 Dec 07:46
· 5 commits to master since this release
c8b68d7

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.