Files
ssh_config/testdata/config1-with-match-directive
Sylvie Crowe ed12436768 Allow User to Ignore Match Directive (#5)
* Add the possibility to ignore the Match directive

* cleanup

* cleanup

* cleanup

* cleanup

* fix: duplicated code leftover from merge

* fix: match directive bypass for GetAll

The new ignoreMatchDirective flag needed to be added in one other place.

---------

Co-authored-by: fferro <francesco.ferro@yahooinc.com>
2024-10-27 16:23:32 -07:00

7 lines
89 B
Plaintext

Match all
Include ~/.ssh
Host *
User usr
Host git.yahoo.com
HostName git.proxy.com