https://github.com/kryptco/ssh-wire
https://github.com/kryptco/ssh-wire
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kryptco/ssh-wire
- Owner: kryptco
- Archived: true
- Created: 2017-02-24T15:58:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:38:02.000Z (over 2 years ago)
- Last Synced: 2024-08-10T14:16:35.041Z (10 months ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 17
- Watchers: 5
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ssh-wire
SSH binary packet protocol support for [serde](https://serde.rs), as specified in [RFC 4251 Section 5](https://tools.ietf.org/html/rfc4251.html#section-5)Performs SSH host signature verifiation
# Build Instructions
Follow these instructions for [setting up the rust ios/android toolchains](https://github.com/kennytm/rust-ios-android).
Run `ANDROID_NDK= ./build.sh` (ANDROID\_NDK not needed when building for iOS)