dartssh [](https://pub.dartlang.org/packages/dartssh) [](https://travis-ci.org/GreenAppers/dartssh) [](https://coveralls.io/github/GreenAppers/dartssh?branch=master) [](https://www.dartdocs.org/documentation/dartssh/latest/)

December 6, 2019 ยท View on GitHub

Dart SSH package providing First-class tunnelling primitives.

Feature support

Keys: Ed25519, ECDSA, RSA.
KEX: X25519DH, ECDH, DHGEX, DH.
Cipher: AES-CTR, AES-CBC.
MAC: MD5, SHA.
Compression: not yet supported.
Forwarding: TCP/IP, Agent.
Tunneling drop-ins for: Socket, WebSocket, package:http.

Example

See example/dartssh.dart.

Build

Follow the same procedure as the continuous integration.

License

dartssh is released under the terms of the MIT license. See LICENSE.