You've already forked ssh_config
mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-04-22 15:25:24 -07:00
12 lines
124 B
Plaintext
12 lines
124 B
Plaintext
|
|
|
||
|
|
Host hasidentity
|
||
|
|
IdentityFile file1
|
||
|
|
|
||
|
|
Host has2identity
|
||
|
|
IdentityFile f1
|
||
|
|
IdentityFile f2
|
||
|
|
|
||
|
|
Host protocol1
|
||
|
|
Protocol 1
|
||
|
|
|