=======1=======
Assuming you're on a Unix/Linux environment, you can create or edit the file ~/.ssh/config.
That config file allows you to establish the parameters to use for each host; so, for example:
Host host1
HostName <hostname_or_ip>
IdentityFile ~/.ssh/identity_file1