[Bug 1585] Allow an `Include' option which reads another config file in place and does not error out when `Include' file not readable
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sun Jan 20 23:53:36 EST 2013
https://bugzilla.mindrot.org/show_bug.cgi?id=1585
Pierre Adam <adam.pierre.dany at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adam.pierre.dany at gmail.com
--- Comment #3 from Pierre Adam <adam.pierre.dany at gmail.com> ---
+1 This feature could be very useful.
@Tomas Pospisek : For now you can use only do some cheat with a shell
script.
For example having your configuration file in ~/.ssh/config.d and make
that type of alias:
alias ssh="cat ~/.ssh/config.d/* > ~/.ssh/config ; ssh"
It my way to keep my config file up-to-date.
I subscribe to this ticket.
(In reply to comment #2)
> +1 I needed just this today
>
> The usecase is the following:
>
> * my employer is maintaining a ssh_config file that registers all
> machines
> * I have some settings and hosts of my own
>
> How do I usefully integrate those two files?
> *t
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list