服务端客户端各安装一个mosh
yum install mosh 或者
apt-get install mosh
客户端连接时
mosh root@www.so-cools.com
如果端口被修改
mosh root@www.so-cools.com –ssh=”ssh -p 100″
mosh root@www.so-cools.com -p 100
缺点,不能转发端口,只能作终端使用。
服务端客户端各安装一个mosh
yum install mosh 或者
apt-get install mosh
客户端连接时
mosh root@www.so-cools.com
如果端口被修改
mosh root@www.so-cools.com –ssh=”ssh -p 100″
mosh root@www.so-cools.com -p 100
缺点,不能转发端口,只能作终端使用。