@hackage ssh0.3.1
A pure-Haskell SSH server library.
Categories
License
BSD-3-Clause
Maintainer
Ganesh Sittampalam <ganesh@earth.li>
Links
Versions
Installation
Dependencies (21)
- HsOpenSSL >=0.8
- RSA >=1.2 && <1.3
- SHA
- SimpleAES
- asn1-encoding >=0.8
- asn1-types >=0.3 Show all…
Dependents (2)
@hackage/darcsden, @hackage/acme-everything
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.