I am pretty new to linux/bash, and I have just recently learned about symlinks. I spend a lot of time at work logging on to various web servers using ssh and our server provider has some horrible long domains. Is it possible to use symlinks in a manner that will allow me to simply type a single designation to ssh to the server?
example:
ln -s ssh customer@host customer
then use 'customer' as a single command to run the ssh command ?