import subprocess
import paramiko
import client
host = '127.0.0.1'
port = 12345
manager = subprocess.Popen(['python', 'server.py', '--host', host, '--port', str(port)])
factory = client.ClientFactory(host, port)
# Monkey patch paramiko
paramiko.SSHClient = factory
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
License
vmware-archive/asyncssh-manager
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Security policy
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published