#ssh #server #server-client #client

assh-connect

An extension to [assh] that provides the [SSH-CONNECT] layer

1 unstable release

0.0.0 Mar 3, 2024

#124 in #server-client

GPL-3.0 license

4KB

assh

docs.rs Crates.io

A low-level SSH library handling the transport and key-exchange, not more, not less.

Project goals

  • Code readability.
  • Expandability.
  • Protocol safety.
    • Forward secrecy.
    • Safe and tested protocol implementation.
    • Support for state-of-the-art protocols and key exchanges.
  • 100% crate documentation.
  • Exhaustive examples.

Project non-goals

  • Being a standalone ssh server and/or client.
  • Exhaustive protocol extensions implementation.
  • Being the fastest implementation.

Dependencies

~3MB
~66K SLoC