openssh-protocol alternatives and similar packages
Based on the "Security" category.
Alternatively, view openssh-protocol alternatives based on common mentions on social networks and blogs.
-
scyther-proof
A tool for the automatic generation of Isabelle/HOL correctness proofs for security protocols. -
wai-rate-limit
Rate limiting for Servant and as WAI middleware -
planb-token-introspection
PlanB Token Introspection -
smith-cli
This is a command line tool for interacting with https://smith.st -
smith-client
This is an API client library for interacting with https://smith.st -
paphragen
A passphrase generator which can also build dictionaries.
Static code analysis for 29 languages.
Do you think we are missing an alternative of openssh-protocol or a related project?
README
openssh-protocol
Haskell implementation of openssh protocol primitives.
The openssh primitives are defined in RFC4251.
They are used by various parts of the openssh toolchain:
Stability
This library should be considered stable. Primitives will be added but will not removed.
Future
Right now, these are the building blocks required to implement the higher level protocol components. They are useful, but the end goal is to produce public implementations of all the protocol, most importantly:
- Key pair encode/decode.
- Ceritificate encode/decode + signing.
- Agent message protocol.