Skip to content

Instantly share code, notes, and snippets.

@gyk001
Last active December 28, 2015 13:49
Show Gist options
  • Save gyk001/7510852 to your computer and use it in GitHub Desktop.
Save gyk001/7510852 to your computer and use it in GitHub Desktop.
ssh远程登录输入密码之前等好久
vim /etc/ssh/sshd_config
# 添加或更改为如下配置
UseDNS no
GSSAPIAuthentication no
# 重启SSH服务
service sshd restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment