There are instances when SSH misbehaves in CentOS. Sometimes, it is just so hard or annoying to login from a remote server to a local box. Here’s a possible work around.
Solve Slow CentOS 7 SSHD Access
Alter /etc/ssh/sshd_config. Make the following changes:
- GSSAPIAuthentication no
- UseDNS no
That’s it.
If it still does not work, try the following:
- $ systemctl restart systemd-logind
***
How to Disable SELinux Temporarily or Permanently in RHEL/CentOS 7/6
Comments are closed.