Displaying 2 results from an estimated 2 matches for "localoverrides".
2009 Jan 05
1
"Include" directive in ~/.ssh/config (reprise)
Hi,
About a year and a half ago, Hank Leininger posted a plea to this list
for the inclusion of an Include directive in OpenSSH's configuration
file.
Hank's suggestion is detailed and thorough enough IMHO, so instead of
repeating it I'll link it here http://marc.info/?l=openssh-unix-dev&m=118236823907002&w=2
.
I'm also interested in this feature, and though my C
2007 Jun 20
1
"Include" directive in ~/.ssh/config
...alternate
Identity file, etc). And several others, coworkers etc have similar,
overlapping needs. I would like to group these logically into
'labname.conf', 'clientname.conf', 'localnet.conf', etc files, and my
~/.ssh/config file could be consolidated with a few:
Include localoverrides.conf
Include labname.conf
Include clientname.conf
Include localnet.conf
...or whatever. Then we can share / track via CVS or whatever these
.conf files, and not have to muck around with maintaining large,
clutter-prone ~/.ssh/config files.
An obvious alternative is to build a consolidated ~/.ssh...