[Chinese-commits] [fqterm] 08/34: update doc: about OpenSSH 7.0p1
Boyuan Yang
hosiet-guest at moszumanska.debian.org
Tue Nov 1 06:06:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
hosiet-guest pushed a commit to branch master
in repository fqterm.
commit 30a6a3cecf34d904294cff9c9bb4261e57ee4c91
Author: Iru Cai <mytbk920423 at gmail.com>
Date: Fri Oct 2 16:57:18 2015 +0800
update doc: about OpenSSH 7.0p1
---
doc/SSH.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/doc/SSH.md b/doc/SSH.md
index 8ab00ec..d9e4975 100644
--- a/doc/SSH.md
+++ b/doc/SSH.md
@@ -9,3 +9,12 @@ FQTerm自带SSH连接功能,但是它在公钥交换时没有认证服务器
### 注意事项
如果使用公钥认证登录方式,一般不需要额外的设置,如果在登录过程中需要输入密码,请安装```x11-ssh-askpass```,因为FQTerm没有模拟pty.
+
+### 其他
+OpenSSH 7.0p1开始默认禁用了一些不太安全的功能,可以在`~/.ssh/config`中强制打开,比如对未名BBS可做如下设置。
+
+```
+Host bdwm.net
+HostName bdwm.net
+ KexAlgorithms +diffie-hellman-group1-sha1
+```
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/fqterm.git
More information about the Chinese-commits
mailing list