You've already forked ssh_config
mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-04-22 15:25:24 -07:00
ed12436768
* 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>
7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
Match all
|
|
Include ~/.ssh
|
|
Host *
|
|
User usr
|
|
Host git.yahoo.com
|
|
HostName git.proxy.com
|