From 730c8650ceb6581e8f1af77559393e8a5f7a65b4 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sun, 25 Dec 2016 17:12:51 -0500 Subject: [PATCH] mosh: use HTTPS --- README_ZH-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ZH-CN.md b/README_ZH-CN.md index 6ca206e..28104bc 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -61,7 +61,7 @@ * [sshfs](https://github.com/osxfuse/sshfs) - 通过 SSH 挂载远程文件系统的工具 * [sshpass](https://sourceforge.net/projects/sshpass/) - 通过命令行传递ssh密码,无需再次输入,适合用于脚本之中 * [autossh](https://sourceforge.net/projects/autossh/) - 自动重启ssh通道和会话 -* [mosh](http://mosh.org) - 第一个实现SSP的应用,MIT的博士项目,使得C/S之间可以保持链接持续,即使断开还能恢复之前的状态 +* [mosh](https://mosh.org) - 第一个实现SSP的应用,MIT的博士项目,使得C/S之间可以保持链接持续,即使断开还能恢复之前的状态 * [sshrc](https://github.com/Russell91/sshrc) - SSH 时带上你的 .bashrc、.vimrc 等 * [sudocabulary](https://github.com/badarsh2/Sudocabulary) - 从终端学习英语词汇 * [thefuck](https://github.com/nvbn/thefuck) - 通过使用容易记住的命令修正常见的 shell 错误