You Don't Need to Type a Lengthy SSH Command
With ssh we often deal with lengthy domain names and plain IP addresses. To ssh easily we usually create short aliases by adding entries to /etc/hosts. This can be done using ~/.sshconfig itself:
Host my-server-1
Hostname 192.168.1.10
Host my-...
arunvelsriram.dev2 min read