ssh config file
alias hosts and specify options so don't have to prepend username like user@host.
Can use * as wildcard in hostname
Can use * as wildcard in hostname
Host prod
User troy
Port 22
HostName somehost.com
ForwardX11 yes
Compression yes
Comments