You've already forked ssh_config
mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-04-22 15:25:24 -07:00
124166206d
IdentityFile among others supports being provided multiple times and aggregated across, potentially, multiple files. Support that workflow by adding GetAll and GetAllStrict alongside the current functions.
12 lines
124 B
Plaintext
12 lines
124 B
Plaintext
|
|
Host hasidentity
|
|
IdentityFile file1
|
|
|
|
Host has2identity
|
|
IdentityFile f1
|
|
IdentityFile f2
|
|
|
|
Host protocol1
|
|
Protocol 1
|
|
|