模拟 Aerohive 设备的模拟 SSH 服务器
项目描述
模拟 Aerohive 设备的模拟 SSH 服务器。
安装:
pip install mock_aerohive
基本用法:
from mock_aerohive import MockAerohive
aerohive = MockAerohive()
# You must add at least 1 user before starting the server! (Library limitation)
aerohive.addUser("admin", "aerohive")
port = aerohive.run("127.0.0.1")
# Or provide a port: aerohive.run("127.0.0.1", 2222)
aerohive.stop() # Stop a single server.
aerohive.stopAll() # Terminate the background thread running all SSH servers (otherwise the process will hang)
# Once you stop the background thread, you may not start another server (with 'run') -
# another library limitation.
有关自动启动和停止服务器的 py.test 夹具示例(它在测试会话结束时清理服务器,但允许运行多个服务器),请参阅test/util/MockAerohiveFixture.py和test/integration /auth/test_addUser_and_login.py例如。
版本控制
这个包使用语义版本控制。
项目详情
下载文件
下载适用于您平台的文件。如果您不确定要选择哪个,请了解有关安装包的更多信息。
源分布
mock_aerohive-0.0.2.tar.gz
(3.5 kB
查看哈希)
内置分布
mock_aerohive-0.0.2-py2-none-any.whl
(5.5 kB
查看哈希)
关
mock_aerohive -0.0.2.tar.gz 的哈希值
| 算法 | 哈希摘要 | |
|---|---|---|
| SHA256 | d40a24ada4c9f74121c530ac2ec8f661cf7f1a69e36ac4b4154e91452390db3e |
|
| MD5 | ace759c6cf5aa27932ecc98acca5f411 |
|
| 布莱克2-256 | 56c01d2283f4b233d5028bf35ddc59d151bbc656c9ad95776e6509b1b65a4e4d |
关
mock_aerohive -0.0.2-py2-none-any.whl 的哈希值
| 算法 | 哈希摘要 | |
|---|---|---|
| SHA256 | 70c5ea09ea2ca41da9006b6ceeb6fcb6632922f16062cde8b309451eb80390b3 |
|
| MD5 | fefd464eef1785e3708e356548c85eb2 |
|
| 布莱克2-256 | 489c6361a919004a3b86e79c6a41a25839d397dc77feed2f262bc011a4664066 |