配置界面如下
主界面配置


連接過程中遇到問題:
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
