Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created February 8, 2020 04:20
Show Gist options
  • Save v-thomp4/5a46caa4760687147b37d1ffa978d11f to your computer and use it in GitHub Desktop.
Save v-thomp4/5a46caa4760687147b37d1ffa978d11f to your computer and use it in GitHub Desktop.
fix slow ssh ubuntu
# /etc/pam.d/common-session
...
session optional pam_systemd.so
...
# /etc/ssh/sshd_config
...
UseDNS no
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment