Guest User

Untitled

a guest
Dec 9th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Proof of Concept of using Python+Async to connect to a server over SSH.
  2.  
  3. Requires:
  4.  
  5. * Python >= 3.6
  6. * `msgpack`
  7. * `tornado<5`
  8.  
  9. Run `client.py`, assumes you're running ssh-server on localhost and that you can log in to it.
Add Comment
Please, Sign In to add comment