1. On your SSH server, modify the configurations in the /etc/ssh/sshd_config file as follows:
    UseDNS no
    #GSSAPI options
    GSSAPIAuthentication no
  2. Run /etc/init.d/sshd restart to restart the sshd (OpenSSH Daemon) service.