How to create SSH tunnel using PuTTY in Windows?

前端 未结 5 1622
长发绾君心
长发绾君心 2020-11-29 01:40

I need to create SSH tunnel with PuTTY in Windows, that would do the same as this command in Linux:

ssh -fN -L 2000:SomeIp:2000 myusername@myLinuxBox
         


        
5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-29 02:04

    You probably want to use plink.exe instead of the GUI client. The command line syntax is compatible iirc.

提交回复
热议问题