Releases: epiccastle/bbssh
Releases · epiccastle/bbssh
v0.6.0
Fixed
- Babashka script with bbssh pod gets stuck on exit - #14
- Attempt to use passphrase encrypted ED25519 key to login results in bcrypt error - #15
Added
- Easy way to silence any SSH Banner from being echoed - #16
v0.5.0
Added
- Support for port forwarding to remote unix domain socket - #12
v0.4.0
Fixed
- Issue with connecting with plain :identity - #11
- Bug preventing unspecified passphrase from being asked for in the terminal
Added
- pod.epiccastle.bbssh.pod.key-pair/load-bytes
v0.3.0
Fixed
- ssh-ed25519 not working in the native pod - #7
- Babashka port files not cleaning up properly - #10
Added
- http and socks proxy support
v0.2.0
Fixed
- Replace JNI calls with GraalVM C interop - #3
- NoClassDefFoundError: org/bouncycastle/crypto/params/Ed25519PrivateKeyParameters - #5
Added
- Windows support - #4
- Support tcp port forwarding - #2
- Support ssh config files - #1