https://bugzilla.mindrot.org/show_bug.cgi?id=1585

Pierre Adam <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Pierre Adam <[email protected]> ---
+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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to