forked from ronf/asyncssh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
23 lines (16 loc) · 871 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
AsyncSSH is a Python package which provides an asynchronous client and
server implementation of the SSHv2 protocol on top of the Python asyncio
framework. It requires Python 3.4 or later and either the PyCA or the
PyCrypto library for some cryptographic functions.
This package is released under the following terms:
Copyright (c) 2013-2014 by Ron Frederick <[email protected]>.
All rights reserved.
This program and the accompanying materials are made available under
the terms of the Eclipse Public License v1.0 which accompanies this
distribution and is available at:
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Ron Frederick - initial implementation, API, and documentation
For more information about the features of this package and detailed
documentation, please visit:
http://asyncssh.timeheart.net/