dx icon indicating copy to clipboard operation
dx copied to clipboard

Can I provide a demo of SSH tunnel

Open rookie-z opened this issue 2 years ago • 1 comments

I'm a novice in Python. I'm trying to understand how to implement the SSH tunnel of port 2222 in your code, but unfortunately, due to the limited level, I can't fully understand how to implement it. Can you provide a relevant demo

rookie-z avatar Nov 18 '21 09:11 rookie-z

毕业论文? 你可以参考 paramiko 的示例, 比如 https://hub.fastgit.xyz/paramiko/paramiko/blob/main/demos/demo_server.py

py2010 avatar Jun 27 '22 03:06 py2010