[Tool] SSH Port Forwarding Manager, specially manages SSH Port Forwarding

Please indicate the source for reprinting: Senior Xiaofeng’s Big Bang Theory [xfxuezhang.cn]

See the open source code here: http://xfxuezhang.cn/index.php/archives/1151/


Background introduction

        Sometimes you need to use the port forwarding function of ssh. At present, you either have to manually type commands in cmd, but it is too troublesome to type every time; or you can open ssh software such as termius and mobaxterm, but for those who only want to use port forwarding, opening such software is too bloated. . Therefore, a small tool was developed specifically for managing port forwarding.

Software introduction

1. Add, modify and delete operations;

2. Double-click the project to connect, and then double-click to disconnect;

3. Multi-port forwarding connection;

Main technologies used:

  • SocketServer

  • threading

  • paramiko

  • tkinter

download link

Available in Windows and Mac versions.

https://xfxuezhang.lanzouy.com/b09v7tdqb Password: 9ggj

https://github.com/1061700625/small_tools_v2

Guess you like

Origin blog.csdn.net/sxf1061700625/article/details/133746872