haskell-ssh icon indicating copy to clipboard operation
haskell-ssh copied to clipboard

An SSH implemenation in pure Haskell

Results 4 haskell-ssh issues
Sort by recently updated
recently updated
newest added

Hi @lpeterse, thanks for this package. I'm exploring using it for darcsden and hub.darcs.net. I see you did a bunch more work on it in 2019 - is that close...

Citing from https://hydra.nixos.org/build/138211884: ~~~ Network.SSH.Server.Service.Connection open one session channel (no handler, expect rejection): OK open one session channel (with handler): OK open two session channels (with handler): OK (0.02s) open...

It seems the `Network.SSH.Name` type is a bit too closed. How can convert a `Name` to some string representation? If I, for example, want to query a database for a...

In 2/10 times the test fails with the same error message. ``` Exception: Disconnect Local DisconnectProtocolError (DisconnectMessage "unexpected message type 093") ```