ssh

A pure-Haskell SSH server library.

http://hub.darcs.net/ganesh/ssh

Latest on Hackage:0.3.2@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Alex Suraci
Maintained by Ganesh Sittampalam

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.