我如何ssh慢速/片状连接?

前端之家收集整理的这篇文章主要介绍了我如何ssh慢速/片状连接?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在处理一个非常慢的 shell连接.它在云端,我离服务器很远.我的连接有时会因为互联网而断开,我也可能使用共享的Wifi或3G.有没有办法看到我立即输入的内容?尝试输入命令并等待每个角色是非常残酷的.
试试 Mosh.

Mosh (mobile shell)
Remote terminal application that allows roaming,supports intermittent connectivity,and provides intelligent local echo and line editing of user keystrokes.

Mosh is a replacement for SSH. It’s more robust and responsive,especially over Wi-Fi,cellular,and long-distance links.

Mosh is free software,available for GNU/Linux,FreeBSD,Solaris,Mac OS X,and Android.

原文链接:https://www.f2er.com/bash/386040.html

猜你在找的Bash相关文章