https://github.com/RustCrypto/SSH
Pure Rust implementation of components of the Secure Shell (SSH) protocol
https://github.com/RustCrypto/SSH
Last synced: 9 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T23:22:26.000Z (10 months ago)
- Last Synced: 2025-04-19T07:43:38.858Z (9 months ago)
- Language: Rust
- Size: 600 KB
- Stars: 153
- Watchers: 2
- Forks: 40
- Open Issues: 19
-
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` | [](https://crates.io/crates/ssh-cipher) | [](https://docs.rs/ssh-cipher) | SSH symmetric encryption ciphers |
| `ssh‑derive` | [](https://crates.io/crates/ssh-derive) | [](https://docs.rs/ssh-derive) | Custom derive support for `ssh-encoding` |
| `ssh‑encoding` | [](https://crates.io/crates/ssh-encoding) | [](https://docs.rs/ssh-encoding) | Decoders and encoders for SSH protocol data types |
| `ssh‑key` | [](https://crates.io/crates/ssh-key) | [](https://docs.rs/ssh-key) | SSH key and certificate library with signing support |
| `ssh‑protocol` | [](https://crates.io/crates/ssh-protocol) | [](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