使用ssh连接远程机器要等待很长时间才提示输入密码。
解决方法:
修改/etc/ssh/ssh_config文件,最下面的
GSSAPIAuthentication yes
注释掉:
#GSSAPIAuthentication yes
本文介绍了一种解决SSH远程连接响应缓慢的问题。通过修改ssh_config文件中的GSSAPIAuthentication设置,可以有效提升连接速度。
使用ssh连接远程机器要等待很长时间才提示输入密码。
解决方法:
修改/etc/ssh/ssh_config文件,最下面的
GSSAPIAuthentication yes
注释掉:
#GSSAPIAuthentication yes
1295
3309
4223

被折叠的 条评论
为什么被折叠?