A pure-Haskell SSH server library (updated for darcs hub) (fork of simon's ssh)

root

This a library for implementing your own servers that handle SSH
requests and authorization, etc. Similar to Python's Twisted Conch
library. It was originally developed by Alex Suraci for darcsden,
providing simple SSH access for darcs push/pull.

This package is not actively maintained and has not had any recent
security review. Despite the "pure-Haskell" description, it
depends on the libssh2 C library.

A more recent alternative is the hssh package, based on cryptonite.