Popularity
1.9
Declining
Activity
0.0
Stable
1
3
0

Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Security    
Latest version: v0.0.1

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.

Do you think we are missing an alternative of openssh-protocol or a related project?

Add another 'Security' Package

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.

Builds

CircleCI