Skip to content

Instantly share code, notes, and snippets.

@LakithKarunaratne
Created February 7, 2022 16:50
Show Gist options
  • Save LakithKarunaratne/12572bb42caa194dfb433c6c29e5e678 to your computer and use it in GitHub Desktop.
Save LakithKarunaratne/12572bb42caa194dfb433c6c29e5e678 to your computer and use it in GitHub Desktop.

Speedup SSH access speeds

Edit the below config file

/etc/ssh/sshd_config

Disable DNS

UseDNS no

Disable GSSAPIAuthentication

GSSAPIAuthentication no

Restart SSHD Service

service sshd restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment