name: ssh version: 0.3.2 x-revision: 1 synopsis: A pure-Haskell SSH server library. description: 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. homepage: http://hub.darcs.net/ganesh/ssh license: BSD3 license-file: LICENSE author: Alex Suraci maintainer: Ganesh Sittampalam category: Network build-type: Simple cabal-version: >= 1.8 stability: Unstable tested-with: GHC==7.8.2 extra-source-files: CHANGES, README, test/keys/host, test/keys/client/id_rsa_test, test/keys/client/id_rsa_test.pub, test/keys/client/id_rsa_test2, test/keys/client/id_rsa_test2.pub, test/keys/client/id_rsa_1024, test/keys/client/id_rsa_1024.pub, test/keys/client/id_rsa_2048, test/keys/client/id_rsa_2048.pub, test/keys/client/id_rsa_4096, test/keys/client/id_rsa_4096.pub, test/keys/client/id_dsa, test/keys/client/id_dsa.pub source-repository head type: darcs location: http://hub.darcs.net/ganesh/ssh library hs-source-dirs: src ghc-options: -Wall -fno-warn-unused-do-bind exposed-modules: SSH, SSH.Channel, SSH.Crypto, SSH.NetReader, SSH.Packet, SSH.Sender, SSH.Session other-modules: SSH.Debug, SSH.Util build-depends: asn1-encoding >= 0.8, asn1-types >= 0.3, base >= 4 && < 5, base64-string, binary, bytestring, cereal, containers, crypto-api, crypto-pubkey-types >= 0.2, cryptohash-cryptoapi, HsOpenSSL >= 0.8, integer-gmp >= 0.5 && < 1.1, network <2.7, process, RSA >= 2.1.0 && < 2.1.1, random, SHA, SimpleAES, split, transformers test-suite ssh-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: test.hs other-modules: EmbedTree ghc-options: -Wall -threaded build-depends: tasty >= 0.10 && < 0.11, tasty-hunit >= 0.9 && < 0.10, tasty-quickcheck >= 0.8 && < 0.9, HUnit >= 1.0 && < 1.3, QuickCheck >= 2.8 && < 2.9, libssh2 >= 0.2 && < 0.3, filepath >= 1.3 && < 1.5, directory >= 1.2 && < 1.3, bytestring >= 0.10 && < 0.11, template-haskell >= 2.8 && < 2.11, th-lift-instances >= 0.1 && < 0.2, pseudomacros >= 0.0 && < 0.1, containers, base, ssh