ssh_config Configuration Reference
Posted by admin at September 14th, 2006
ssh_config - OpenSSH SSH client configuration files
Synopsis
$HOME/.ssh/config
/etc/ssh/ssh_config
Description
ssh obtains configuration data from the following sources in the follow-
ing order:
1. command-line options
2. user’s configuration file ($HOME/.ssh/config)
3. system-wide configuration file (/etc/ssh/ssh_config) (more…)