PackageTrack
Sign in Get early access

russh

A client and server SSH library.

0.63.0 6.1M downloads/mo #4116 most downloaded on crates.io warp-tech/russh

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Ships fairly regularly

a new release about every 2 weeks

Rarely documented

notes for 8 of 59 stable releases

4 versions withdrawn

withdrawn after publishing

4 years old

127 releases · first in 2022

27 releases in the last 12 months

see the full history below

Release timeline

127 releases · Mar 2022 to Aug 2026
2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 60 of 127
  1. 0.63.0 21 Aug 2026
    Release notes

    Features

    • 09f6582: Support host certificates on the client side (#752) (@biao29) #752

      • This changes the signature of Handler::check_server_key to take a new PublicKeyOrCertificate enum instead of &PublicKey
    • d7601ae: Support host certificates on the server side (#641) (Georg von Zengen) #641

      • Adds a Config::certificates that functions similarly to Config::keys

    Fixes

    • f2354c7: improve strict kex checks (Eugene)
    • 0363fde: fixed PKCS#8 parsing panicking on incorrect contents (Eugene)
    • 46c927a: use constant-time comparison for agent unlock (Eugene)
    • 8da8967: sanitize Curve25519 params (Eugene)

    Full Changelog: v0.62.7...v0.63.0

    Open source →
  2. 0.63.0-beta.1 17 Aug 2026 pre-release
    Release notes

    Features

    Full Changelog: v0.62.7...v0.63.0-beta.1

    Open source →
  3. 0.62.7 17 Aug 2026
    Release notes

    Features

    Fixes

    Open source →
  4. 0.62.6 11 Aug 2026
    Release notes

    Security fixes

    GHSA-g6xm-f9xp-qq35 - server-side max_auth_attempts was not enforced - f8fd0b1

    Config::max_auth_attempts was not being properly enforced by russh server implementation.

    Fixes

    • c66837e: Fix deadlock when handling open channel on contended handler (#734) (Eric Rodrigues Pires) #734

    Changes

    Open source →
  5. 0.62.5 31 Jul 2026
    Release notes

    Security fixes

    GHSA-m65r-rprj-r5rg - Handler channel callbacks called for non-existing channel - 7c5659f

    Russh server did not validate channel IDs passed by a client, so if a client constructed a channel message with an invalid ID, the server-side Handler callback would still get called with that non-existing ID. The consequence of this depend on the specific user implementation.

    Fixes

    • de96ad1: fixed #725 - add backpressure to Channel::data() (Eugene)

    Full Changelog: v0.62.4...v0.62.5

    Open source →
  6. 0.62.4 22 Jul 2026
    Release notes

    Security fixes

    Three independent bugs have allowed a client to trigger a panic in the session handler task, thereby crashing their own session.

    Misc

    Open source →
  7. 0.62.3 20 Jul 2026
    Release notes

    Changes

    • 2e3f1cc: Update more RustCrypto dependencies to stabilized versions (#735) (kpcyrd) [#735]
    Open source →
  8. 0.62.2 06 Jul 2026
    Release notes

    Fixes

    • 6da3f4a: fixed #733 - incorrect first kex guess handling (Eugene)
    Open source →
  9. 0.62.1 02 Jul 2026
    Release notes

    Fixes

    • 6fc20b2: Reply with CHANNEL_CLOSE in server handler per RFC 4254 (#675) (Corey Leavitt) #675
    Open source →
  10. 0.62.0 02 Jul 2026

    Nothing published for this version

  11. 0.61.2 05 Jun 2026

    Nothing published for this version

  12. 0.61.1 23 May 2026

    Nothing published for this version

  13. 0.61.0 20 May 2026

    Nothing published for this version

  14. 0.60.3 15 May 2026

    Nothing published for this version

  15. 0.60.2 29 Apr 2026

    Nothing published for this version

  16. 0.60.1 20 Apr 2026

    Nothing published for this version

  17. 0.60.0 03 Apr 2026

    Nothing published for this version

  18. 0.59.0 31 Mar 2026

    Nothing published for this version

  19. 0.58.1 26 Mar 2026 withdrawn

    Nothing published for this version

  20. 0.58.0 18 Mar 2026

    Nothing published for this version

  21. 0.57.1 28 Feb 2026

    Nothing published for this version

  22. 0.57.0 24 Jan 2026

    Nothing published for this version

  23. 0.56.0 22 Dec 2025

    Nothing published for this version

  24. 0.55.0 02 Dec 2025

    Nothing published for this version

  25. 0.54.6 13 Oct 2025

    Nothing published for this version

  26. 0.54.5 09 Oct 2025

    Nothing published for this version

  27. 0.54.4 24 Sep 2025

    Nothing published for this version

  28. 0.54.3 22 Aug 2025

    Nothing published for this version

  29. 0.54.2 20 Aug 2025

    Nothing published for this version

  30. 0.54.1 04 Aug 2025

    Nothing published for this version

  31. 0.54.0 02 Aug 2025

    Nothing published for this version

  32. 0.53.0 01 Jul 2025

    Nothing published for this version

  33. 0.53.0-beta.1 29 Jun 2025 pre-release

    Nothing published for this version

  34. 0.52.1 11 May 2025

    Nothing published for this version

  35. 0.52.0 24 Apr 2025

    Nothing published for this version

  36. 0.52.0-beta.1 23 Apr 2025 pre-release

    Nothing published for this version

  37. 0.51.1 11 Mar 2025

    Nothing published for this version

  38. 0.51.0 11 Mar 2025

    Nothing published for this version

  39. 0.51.0-beta.3 09 Mar 2025 pre-release

    Nothing published for this version

  40. 0.51.0-beta.2 27 Feb 2025 pre-release

    Nothing published for this version

  41. 0.51.0-beta.1 24 Feb 2025 pre-release

    Nothing published for this version

  42. 0.50.4 21 Feb 2025

    Nothing published for this version

  43. 0.50.3 20 Feb 2025

    Nothing published for this version

  44. 0.50.2 09 Feb 2025

    Nothing published for this version

  45. 0.50.1 08 Feb 2025

    Nothing published for this version

  46. 0.50.0 29 Jan 2025

    Nothing published for this version

  47. 0.50.0-beta.12 27 Jan 2025 pre-release

    Nothing published for this version

  48. 0.50.0-beta.11 25 Jan 2025 pre-release

    Nothing published for this version

  49. 0.50.0-beta.10 16 Jan 2025 pre-release

    Nothing published for this version

  50. 0.50.0-beta.9 14 Jan 2025 pre-release

    Nothing published for this version

  51. 0.50.0-beta.8 14 Jan 2025 pre-release

    Nothing published for this version

  52. 0.50.0-beta.7 08 Jan 2025 pre-release

    Nothing published for this version

  53. 0.50.0-beta.6 06 Jan 2025 pre-release

    Nothing published for this version

  54. 0.50.0-beta.5 06 Jan 2025 pre-release

    Nothing published for this version

  55. 0.50.0-beta.4 06 Jan 2025 pre-release

    Nothing published for this version

  56. 0.50.0-beta.3 30 Dec 2024 pre-release

    Nothing published for this version

  57. 0.50.0-beta.2 28 Dec 2024 pre-release

    Nothing published for this version

  58. 0.50.0-beta.1 12 Dec 2024 pre-release

    Nothing published for this version

  59. 0.49.2 20 Dec 2024

    Nothing published for this version

  60. 0.49.1 13 Dec 2024

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive