Fix slow SSH login
Add the following line if your SSH login takes a long time on your SSH server.
File /etc/ssh/sshd_config:
UseDNS no
Restart the SSH daemon to activate this change.
A chronological documentation test project, nothing serious, really!
Add the following line if your SSH login takes a long time on your SSH server.
File /etc/ssh/sshd_config:
UseDNS no
Restart the SSH daemon to activate this change.