我有Ubuntu
Linux的远程服务器,我想使用PuTTY(plink)从Windows机器与此服务器建立SSH隧道.我必须使用此方法来访问此服务器上的某些服务,因为防火墙阻止了此服务器上除22 ssh端口之外的所有端口.但是通过SSH隧道的连接速度非常慢.我使用iperf工具检查了速度.
以下是在没有SSH隧道的情况下使用iperf的结果:
[ 5] local <remote_server_ip> port 5001 connected with <my_internet_ip> port 11154 [ ID] Interval Transfer Bandwidth [ 5] 0.0-10.4 sec 5.12 MBytes 4.13 Mbits/sec
这是在SSH隧道上使用iperf的结果:
[ 4] local 127.0.0.1 port 5001 connected with 127.0.0.1 port 38231 [ ID] Interval Transfer Bandwidth [ 4] 0.0-15.2 sec 896 KBytes 484 Kbits/sec
速度真的不同.这怎么可能?我该怎么做才能解决这个问题?
可能值得阅读这个
“Why TCP over TCP is a bad idea”,使用VPN比使用SSH更好地除了扔掉隧道之外的东西.
原文链接:https://www.f2er.com/ubuntu/348375.html不可否认,这比我预期的要慢得多,即使是从SSH隧道也是如此.也许你需要调整你的SSH选项.