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