open the file with an editor like vim or nano.
$ ~/.ssh/config
or
$ /etc/ssh/ssh_config
Host gamer-server
User bob
HostName aws.gamer-server-example.com
Port 8888
then just type:
$ ssh gamer-server
Successfully connected to gamer-server. Welcome!