Ignore hostname directives when using overrides

This commit is contained in:
Kovid Goyal
2022-03-15 10:38:03 +05:30
parent 52da68876d
commit 9b0bd81661
2 changed files with 4 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ Additionally, you can pass config options on the command line:
The :code:`--kitten` argument can be specified multiple times, with directives
from :file:`ssh.conf`. These are merged with :file:`ssh.conf` as if they were
appended to the end of that file. They apply only to the host being SSHed to
by this invocation.
by this invocation, so any :opt:`hostname` directives are ignored.
.. note::