Setup an ssh host:
Create/Edit ~/.ssh/config and add the following:
host shortname
Hostname something.company.com
Port 2222
ForwardAgent yes
ForwardX11 no
You can set 'shortname' to whatever you want. You don't have to set 'ForwardAgent' and 'ForwardX11'