在Debian系统使用SecureCRT进行端口转发,有图形界面和命令行两种方法:
ssh -L local_port:remote_host:remote_port user@ssh_server
ssh -L 8080:localhost:80 user@192.168.1.100