Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/demindiro/nora_ssh
- Owner: Demindiro
- License: mit
- Created: 2022-05-23T19:00:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T15:19:15.000Z (over 2 years ago)
- Last Synced: 2023-03-11T01:31:44.024Z (almost 2 years ago)
- Topics: async, async-rust, cryptography, encryption, rust, ssh, ssh-client, ssh-server
- Language: Rust
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.