SSH slow and seemingly not responding? I recently had this issue and was surprised at how common it was. To further add to the litany of solutions, I figured I'd repost it again. If your ssh seems slow ESPECIALLY right after submitting the password, add this line:
UseDNS no
to the file:
/etc/ssh/sshd_config
This happened to me (and likely others) because I switched to a static IP on my local network so I could reliably forward the ssh port to the right computer. With a dynamic ip, most routers send the hostname to your computer, but when y