ssh: A pure-Haskell SSH server library.

[ bsd3, library, network ] [ Propose Tags ]

This a library for implementing your own servers that handle SSH requests and authorization, etc. Similar to Python's Twisted Conch library. It's used eg by darcsden to provide basic SSH access. This package receives only basic maintenance; if you'd like to take it over, please contact the current maintainer.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2.1, 0.2.3, 0.2.4, 0.2.5, 0.2.8, 0.2.9, 0.2.10, 0.2.11, 0.2.12, 0.2.12.1, 0.2.12.2, 0.2.13, 0.2.13.1, 0.3, 0.3.0.1, 0.3.1, 0.3.2
Change log CHANGES
Dependencies asn1-data (>=0.7.1), base (>=4 && <5), base64-string, binary, bytestring, cereal, containers, crypto-api, crypto-pubkey-types (>=0.2), cryptohash-cryptoapi, HsOpenSSL (>=0.8), network, process, random, RSA (>=1.2 && <1.3), SHA, SimpleAES, split, transformers [details]
License BSD-3-Clause
Author Alex Suraci <suraci.alex@gmail.com>
Maintainer Simon Michael <simon@joyful.com>
Category Network
Home page http://hub.darcs.net/simon/ssh
Source repo head: darcs get http://hub.darcs.net/simon/ssh
Uploaded by SimonMichael at 2014-10-08T14:01:01Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 11634 total (41 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for ssh-0.2.13

[back to package description]
This a library for implementing your own servers that handle SSH
requests and authorization, etc. Similar to Python's Twisted Conch
library. It's used eg by darcsden to provide basic SSH access.

This package receives only basic maintenance; if you'd like to
take it over, please contact the current maintainer.