https://gist.github.com/rfairley/41f4a8e8b4c13f19d748ba4b0e600cc5
- Create ssh key pair.
- Disable password authentication by ensuring that
PasswordAuthenticationandChallengeResponseAuthenticationare set tonoin/etc/ssh/sshd_config - (If
sudo ufw statusis active) Allow external connections on JUMPHOST_PORT by configuring the firewall (any number above 1024 is good, 12345 used here)