Linux 使用 SSH 时 Xming 显示非常慢
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5361122/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xming Display is very slow when using SSH
提问by Moonwild
I am using SSH and Xming to run Simics simulator and connect to some Linux guest machine. I use x11 Tunneling. The x server seems to be very slow and I need to spend a long time to run a single command on the linux guest machine. Do you have any idea what might cause the problem? Is this the problem of ssh secure shell or the xming?
我正在使用 SSH 和 Xming 来运行 Simics 模拟器并连接到一些 Linux 客户机。我使用 x11 隧道。x 服务器似乎很慢,我需要花很长时间才能在 linux 客户机上运行单个命令。你知道什么可能导致问题吗?这是ssh安全外壳的问题还是xming的问题?
Thanks.
谢谢。
回答by E. Verda
Traffic compression might solve your problem. Use ssh -C
流量压缩可能会解决您的问题。用ssh -C
回答by Mikhail Orlov
I'm using Putty.
我正在使用腻子。
Putting Blowfish
compression to the top of the list in Connection/SSH/Cipher
node also helped a little bit.
将Blowfish
压缩放在Connection/SSH/Cipher
node列表的顶部也有一点帮助。
Compression is enabled in SSH
node.
在SSH
节点中启用压缩。