配置界面如下

 

主界面配置

 

 

 

 连接过程中遇到问题:

SSH:expected key exchange group packet form server

解决方法:

在/etc/ssh/sshd_config尾部添加以下代码

vim /etc/ssh/sshd_config

shift+g 添加
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1
 
;重启
service sshd restart

 

 

以上配置,在内网穿透的时候会用到,了解渗透测试的小伙伴可能会了解这些

参考来源:https://www.bbsmax.com/A/obzb242bzE/

https://my.oschina.net/u/4343037/blog/3353687

posted on 2020-07-29 10:18  你不知道的浪漫  阅读(2176)  评论(0编辑  收藏  举报