I recently discovered a simple yet awesome SSH configuration file ~/.ssh/config
. If you configure it correctly, you can simply connect to your client via ssh client
instead of something like ssh -p 1234 user [at] client [dot] tld
. I use it for two days now and already love it A LOT!