I understand that (almost?) all SSH command line arguments can be replaced with a property in ~/.ssh/config. But it's not at all obvious how to do this systematically: the man
page for ssh
only refers loosely to the config page (eg, "Port forwardings can also be specified in the configuration file."). The man
page for ssh_config
never refers to command line options.
So, is there a definitive list of the corresponding config parameters and command line options? For example, what does -R
correspond to?