Releases: c2FmZQ/sshterm
Releases · c2FmZQ/sshterm
v0.8.3
v0.8.3
- Update go 1.26.2
- Update go dependencies:
- github.com/fxamacker/cbor/v2 v2.9.0 => v2.9.1
- golang.org/x/crypto v0.45.0 => v0.49.0
- golang.org/x/sys v0.38.0 => v0.43.0
- golang.org/x/term v0.37.0 => v0.42.0
v0.8.2
v0.8.2
- Update go dependencies:
- github.com/pkg/sftp v1.13.9 => v1.13.10
- golang.org/x/crypto v0.43.0 => v0.45.0
- golang.org/x/sys v0.37.0 => v0.38.0
- golang.org/x/term v0.36.0 => 0.37.0
v0.8.1
v0.8.1
🔧 Misc
- Allow @ in usernames.
- Convert javascript to use ES Modules.
- Update go 1.25.3
- Update go dependencies:
- upgraded github.com/chromedp/chromedp v0.14.1 => v0.14.2
- upgraded golang.org/x/crypto v0.42.0 => v0.43.0
- upgraded golang.org/x/sys v0.36.0 => v0.37.0
- upgraded golang.org/x/term v0.35.0 => v0.36.0
v0.8.0
v0.8.0
🌟 New features
- Add WebAuthn keys. The keys can be generated with
keys generate -t ecdsa-sk <name>. The private key is on a hardware security key, or in a passkey manager.
Note that the SSH server config needs to havePubkeyAcceptedAlgorithms +webauthn-sk-ecdsa-sha2-nistp256@openssh.com. - Add
keys change-passcommand to change the passphrase of keys.
🔧 Misc
- Update go 1.25.2
v0.7.8
v0.7.8
🔧 Bug fix
- Update to use the new TLSPROXY csrf token format. This only affected ssh certificates coming from a TLSPROXY SSH CA.
🔧 Misc
- Update go 1.25.1, and go deps.
v0.7.7
v0.7.7
🔧 Misc
- Update go 1.25.0, and go deps.
- Small fix for a change in term/Terminal (https://cs.opensource.google/go/x/term/+/4f53e0cd3924d70667107169374a480bfd208348)
v0.7.6
v0.7.6
🔧 Misc
- Update go 1.24.5, and go deps.
- Fix tests for recents changes to golang.org/x/crypto.