I configured my ssh to use keys and a custom port... $ ssh -i ~/.ssh/samplekey admin@example.com -p 11211 This works on my office ISP with a static IP. However, running the same command on the same laptop on my home ISP with dynamic dns, I'm...