| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 23:07:57 GMT
X-Served-By: cache-dfw-kdal2120031-DFW, cache-bom-vanm7210033-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768691276.481739,VS0,VE771
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
ssh: A pure-Haskell SSH server library.
[Skip to Readme]
ssh: A pure-Haskell SSH server library.
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.
[Skip to Readme]
Downloads
- ssh-0.3.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
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-encoding (>=0.8), asn1-types (>=0.3), base (>=4 && <5), base64-string, binary, bytestring, cereal, containers, crypto-api, crypto-pubkey-types (>=0.2), cryptohash-cryptoapi, HsOpenSSL (>=0.8), integer-gmp (>=0.5 && <1.1), network (<2.7), process, random, RSA (>=2.1.0 && <2.1.1), SHA, SimpleAES, split, transformers [details] |
| Tested with | ghc ==7.8.2 |
| License | BSD-3-Clause |
| Author | Alex Suraci <suraci.alex@gmail.com> |
| Maintainer | Ganesh Sittampalam <ganesh@earth.li> |
| Uploaded | by GaneshSittampalam at 2015-10-06T20:38:34Z |
| Revised | Revision 1 made by SimonMichael at 2020-06-29T19:52:36Z |
| Category | Network |
| Home page | https://hub.darcs.net/ganesh/ssh |
| Source repo | head: darcs get https://hub.darcs.net/ganesh/ssh |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 12317 total (81 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2015-10-06 [all 1 reports] |
Readme for ssh-0.3.2
[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.