Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/demindiro/nora_ssh

Pure Rust async library for SSH servers and clients
https://github.com/demindiro/nora_ssh

async async-rust cryptography encryption rust ssh ssh-client ssh-server

Last synced: 22 days ago
JSON representation

Pure Rust async library for SSH servers and clients

Awesome Lists containing this project

README

        

= Nora SSH

Pure Rust library for SSH clients and servers.

== Crates

* link:nora_ssh_core[`nora_scp_core`]: basic structures used by SSH.
* link:nora_ssh[`nora_ssh`]: asynchronous server (and client) crate.
* link:nora_sshd[`nora_sshd`]: example SSHD server.
* link:nora_scp[`nora_scp`]: executable that implements the original SCP protocol.