Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.12 KB

TODO.md

File metadata and controls

26 lines (22 loc) · 1.12 KB

To-do

  • sshuttle is single-hop and serves a different purpose, but also deals with forwarding network connections via SSH. Have a look at it to see if we can steal any ideas related to:
    • Use of ssh
    • General handling of network protocols
    • Testing network stuff
    • Using Tox to test under Python 2.7 and 3.5
  • Paramiko and Twisted Conch are both Python SSHv2 implementations. Is there anything we're doing that might be better done with one of these rather than calling out to OpenSSH? Possibilities include running the remote commands to set up proxies further down the chain (examples at conch_client and so-4617507) and having 'real' SSH in the test framework (server example at g-loaded), should we ever need it.