来源:http://ourselfai.blogspot.com/2009/03/plink.html
proxy.bat
@echo off
cls
plink.exe -4 -C -N -i d:\key.ppk -D 127.0.0.1:1080 -l username -P 22 host.target.com
proxy.vbs
set ws=wscript.createobject("wscript.shell")
ws.run "proxy.bat /start",0
bat用来做ssh tunnel,vbs用来后来运行bat
完成后建个快捷方式到启动就可以了
proxy.bat
@echo off
cls
plink.exe -4 -C -N -i d:\key.ppk -D 127.0.0.1:1080 -l username -P 22 host.target.com
proxy.vbs
set ws=wscript.createobject("wscript.shell")
ws.run "proxy.bat /start",0
bat用来做ssh tunnel,vbs用来后来运行bat
完成后建个快捷方式到启动就可以了
没有评论:
发表评论