Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RustCrypto/SSH
Pure Rust implementation of components of the Secure Shell (SSH) protocol
https://github.com/RustCrypto/SSH
Last synced: 3 months ago
JSON representation
Pure Rust implementation of components of the Secure Shell (SSH) protocol
- Host: GitHub
- URL: https://github.com/RustCrypto/SSH
- Owner: RustCrypto
- Created: 2022-09-25T17:17:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T00:53:04.000Z (3 months ago)
- Last Synced: 2024-07-30T12:19:06.167Z (3 months ago)
- Language: Rust
- Size: 558 KB
- Stars: 111
- Watchers: 4
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# [RustCrypto]: SSH [![Project Chat][chat-image]][chat-link] [![dependency status][deps-image]][deps-link]
Pure Rust implementation of components of the Secure Shell ([SSH]) protocol.
## Crates
| Name | crates.io | Docs | Description |
|----------------|---------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|------------------------------------------------------|
| `ssh‑cipher` | [![crates.io](https://img.shields.io/crates/v/ssh-cipher.svg)](https://crates.io/crates/ssh-cipher) | [![Documentation](https://docs.rs/ssh-cipher/badge.svg)](https://docs.rs/ssh-cipher) | SSH symmetric encryption ciphers |
| `ssh‑derive` | [![crates.io](https://img.shields.io/crates/v/ssh-derive.svg)](https://crates.io/crates/ssh-derive) | [![Documentation](https://docs.rs/ssh-derive/badge.svg)](https://docs.rs/ssh-derive) | Custom derive support for `ssh-encoding` |
| `ssh‑encoding` | [![crates.io](https://img.shields.io/crates/v/ssh-encoding.svg)](https://crates.io/crates/ssh-encoding) | [![Documentation](https://docs.rs/ssh-encoding/badge.svg)](https://docs.rs/ssh-encoding) | Decoders and encoders for SSH protocol data types |
| `ssh‑key` | [![crates.io](https://img.shields.io/crates/v/ssh-key.svg)](https://crates.io/crates/ssh-key) | [![Documentation](https://docs.rs/ssh-key/badge.svg)](https://docs.rs/ssh-key) | SSH key and certificate library with signing support |
| `ssh‑protocol` | [![crates.io](https://img.shields.io/crates/v/ssh-protocol.svg)](https://crates.io/crates/ssh-protocol) | [![Documentation](https://docs.rs/ssh-protocol/badge.svg)](https://docs.rs/ssh-protocol) | SSH protocol implementation (WIP) |## License
All crates licensed under either of
- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- [MIT license](http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.[//]: # "badges"
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/346919-SSH
[deps-image]: https://deps.rs/repo/github/RustCrypto/SSH/status.svg
[deps-link]: https://deps.rs/repo/github/RustCrypto/SSH[//]: # "links"
[RustCrypto]: https://github.com/RustCrypto/
[SSH]: https://en.wikipedia.org/wiki/Secure_Shell