Releases: miquella/ssh-proxy-agent
Releases · miquella/ssh-proxy-agent
v0.6.2
v0.6.1
v0.6.0
v0.5.0
General
- Update
golang.org/x/crypto
module (to protect against CVE-2020-9283)
Library
- Provide a better error message during initialization when the Vault token is invalid
v0.4.0
CLI
- Add
--doctor
flag to validate that the environment is properly configured
Library
- Add indicator in a key's comment when the signature has expired
- Add function to generate the necessary environment variables
- Fix error when updating signatures for keys (specifically ed25519 keys)
v0.3.0
v0.2.0
README
- Clarify
SSH_AUTH_SOCK
behaviors - Correct key generation example command
- Update for new installation path
CLI
- Internal cleanups and restructuring
- Move main package to root (as opposed to
cmd/ssh-proxy-agent
)
Library
- Expose agent configuration and setup
- Expose key generation functions
- Fix error when keys fail to be resigned
- Fix leak of accepted agent connections (#5)
- Refactor and restructure packages
- Validate Vault signing URL
v0.1.0
Basic features implemented:
- Login shell spawning
- Key generation
- Key signing (via HashiCorp Vault)
- Proxying to another agent (detected via the
SSH_AUTH_SOCK
variable)