標籤彙整:ssh

SSH 登入很慢、很久的問題

Mac 系統的設定檔: /etc/sshd_config Linux 系統的設定檔: /etc/ssh/sshd_config 你只要在 sshd_config 加上這個設定,在重啟 SSHD server 即可。 UseDNS no Mac 重啟 SSHD 方式 sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist && sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist 停用 GSSAPIAuthentication GSSAPIAuthentication 全名是 Generic Security Services API,這個功能平常也是用不到,所以可以直接停用。 /etc/ssh/sshd_config UseDNS no GSSAPIAuthentication … 繼續閱讀

發表於 未分類 | 已標籤 | 發表迴響