| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
SSH.Session
Documentation
type Session = StateT SessionState IO Source
data SessionState Source
Constructors
| Initial | |
Fields
| |
| GotKEXInit | |
Fields
| |
| Final | |
Fields
| |
data SessionConfig Source
Constructors
| SessionConfig | |
Fields
| |
getChannel :: Word32 -> Session (Chan ChannelMessage) Source
decrypt :: ByteString -> Session ByteString Source