All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix regression in duration parsing (#65)
- Support for private key passphrases (#61)
- Support for password authentication (#59)
- Retry SSH operations on error (#31)
- Bump SDK
- Add
ssh_sensitive_resource
(#45)
- Add
pre_commands
argument (#43)
- Always validate on create (#40)
- Add 'when' argument (#37). Thanks @arbourd
- Option to configure SSH ports to use for bastion and host server (#26)
- Add configurable command timeout (#24)
- Small refactor for better code use
- Capture result from command
- Feature complete for version 1
- Improve debug logging
- Don't ignore file copy errors
- Support for using SSH-agent (#14)
- Provider can be debugged using '--debug' flag
- Add optional
host_user
option to override host username
- Optional support different keys between bastion and host (@vikramraodp)
- Update dependencies
- Documentation fix (@jeffbski-rga)
- Initial release