It is quite noisy if you have to build the connection very often or need to copy files onto/from these servers. To resolve it, just disabling the GSSAPI authentication in your SSH configuration.
# Edit your sshd_config
$ sudo vim /etc/ssh/sshd_config
# And find all configurations started with GSS, set them to no.
GSSAPIAuthentication no
GSSAPICleanupCredentials no
Done, and you wont need to wait more than 1 minute to get the password prompt.
No comments:
Post a Comment