@hackage openssh-protocol0.0.1
Haskell implementation of openssh protocol primitives.
Categories
License
BSD-3-Clause
Maintainer
mth@smith.st
Links
Versions
- 0.0.1 Fri, 8 Feb 2019
Installation
Dependencies (7)
- base >=4.10 && <5
- bytestring >=0.10 && <0.11
- cereal >=0.5 && <0.6
- integer-logarithms >=1 && <2
- text >=1 && <2
- time >=1 && <2 Show all…
Dependents (1)
@hackage/smith-cli
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.