Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 8, 2025
1 parent 683af19 commit b3cc63a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b3cc63a

Please sign in to comment.