SSH server library, fork of Hackage one but hoping to get patches upstream

[[ 🗃 ^6r4Ao ssh ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Changes]

Clone

HTTPS: darcs clone https://vervis.peers.community/repos/6r4Ao

SSH: darcs clone USERNAME@vervis.peers.community:6r4Ao

Tags

TODO

src / Network / SSH /

Session.hs

1
2
3
4
5
6
7
8
9
module Network.SSH.Session
    ( SessionT ()
    , AuthResult (..)
    , Authorize (..)
    , SessionConfig (..)
    )
where

import Network.SSH.Internal.Session
[See repo JSON]