10 lines
314 B
Plaintext
10 lines
314 B
Plaintext
# This scans your resolver and then custom-creates a config file
|
|
# for your current resolver situation.
|
|
#
|
|
# That config uses Canonicalization to emulate what your local resolver
|
|
# does in these circumstances.
|
|
Match !canonical !final exec "~/cshenv/ssh/gen-search.sh"
|
|
Include ~/.ssh/search
|
|
|
|
# vim: ft=sshconfig
|