From b3cc63a98ee457343b7d9458c96a530d8921fee1 Mon Sep 17 00:00:00 2001 From: Eugene Date: Wed, 8 Jan 2025 11:10:17 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 017772b9..9a741d52 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,10 @@ This is a fork of [Thrussh](https://nest.pijul.com/pijul/thrussh) by Pierre-Éti * `3des-cbc` ✨ * Key exchanges: * `curve25519-sha256@libssh.org` + * `diffie-hellman-group-sha1` ✨ * `diffie-hellman-group1-sha1` ✨ * `diffie-hellman-group14-sha1` ✨ + * `diffie-hellman-group-sha256` ✨ * `diffie-hellman-group14-sha256` ✨ * `diffie-hellman-group16-sha512` ✨ * `ecdh-sha2-nistp256` ✨ @@ -62,6 +64,9 @@ This is a fork of [Thrussh](https://nest.pijul.com/pijul/thrussh) by Pierre-Éti * OpenSSH keepalive request handling ✨ * OpenSSH agent forwarding channels ✨ * OpenSSH `server-sig-algs` extension ✨ +* PPK key format ✨ +* Pageant support ✨ +* `AsyncRead`/`AsyncWrite`-able channels ✨ ## Safety