ssh config file
You can save commonly used servers in your .ssh/config
file.
In .ssh/config
:
Host my_favorite_server
HostName favorite.example.com
User example_user
IdentityFile ~/.ssh/id_rsa
Usage:
$ ssh my_favorite_server