Skip to content

OpenSSH

Michael Brux edited this page Sep 27, 2025 · 2 revisions

ssh command line options

-F configfile
Specifies an alternative per-user configuration file. If a configuration file is given on the command line, the system-wide configuration file (/etc/ssh/ssh_config) will be ignored. The default for the per-user configuration file is ~/.ssh/config. If set to “none”, no configuration files will be read.

ssh_config documentation (manpage)

ssh_config

Clone this wiki locally