~/.ssh/ssh_config, /etc/ssh/ssh_config

OpenSSH SSH client configuration files

Name:

~/.ssh/ssh_config, /etc/ssh/ssh_config

Description:

The ssh program obtains configuration data from the following sources in the following order:

  1. command-line options
  2. the user's configuration file (~/.ssh/config)
  3. the system-wide configuration file (/etc/ssh/ssh_config)

For more information, see ssh_config in the NetBSD documentation.

See also:

/etc/moduli, scp, sftp, sftp-server, ssh, ssh-add, ssh-agent, ssh-keygen, ssh-keyscan, ssh-keysign, sshd, /etc/ssh/sshd_config in the NetBSD documentation