- Add support for
diffie-hellman-group1-sha1
key exchange underinsecure-crypto
feature. - Add support for
3des-cbc
cipher underinsecure-crypto
feature.
- Add
Client::send_keepalive()
to send an OpenSSH-compatible keepalive request. - Upgraded dependencies.
- Replace the
guard
crate with (now stabilized)let else
expressions supported directly by the compiler. Fixes compatibility with Rust 1.70.0. - Upgraded dependencies.
- Deprecated
Pubkey::algos_secure()
andPubkey::algos_compatible_less_secure()
, replace withPubkey::algos()
The first generally usable version.