You've already forked ssh_config
mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-04-22 15:25:24 -07:00
54fabb9a37
It's tricky because it involves recursive filesystem parsing, depth checking and glob matching. But figured it out. Fixes #4.
5 lines
210 B
Plaintext
5 lines
210 B
Plaintext
Host kevinburke.ssh_config.test.example.com
|
|
# This file (or files) needs to be found in ~/.ssh or /etc/ssh, depending on
|
|
# the test. It should include itself.
|
|
Include kevinburke-ssh-config-recursive-include
|