Releases: balena-io/sshproxy
Releases · balena-io/sshproxy
v1.4.3
- Remove excessively verbose logging
- Wait until all channels/requests have been serviced before closing connection
v1.4.2
- Use keyType during key generation to create correct key type
v1.4.1
- expose version information to build and add --version flag
v1.4.0
- Add support for running shell with alternative credentials
v1.3.0
- Reflect command exit status in 'exit-status' request
- Kill running command if requesting channel dies
- Improve error handling
- Improve pseudo-terminal handling
v1.2.1
- Remove debug code from Makefile
v1.2.0
- Update README
- update Makefile and add circleci config
- lint fixes
- Do not pass env vars from client to shell by default
v1.1.2
Also use ecdsa and dsa host keys
v1.1.1
- add configuration option for setting MaxAuthTries
- rename ambiguous "unauth" config variable to "auth-failed-banner"
- fix issue where sshproxy would fail to start if no banner was specified
v1.1.0
Add support for displaying a banner to user after failed authentication