You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With more complex ssh configs it is possible to split the config file into several and use Include file to generate final configuration. Would it be possible to implement parsing of these included files as well?
I'm not sure if it's necessary to parse all includes or if it can be somehow simplified, e.g. by just parsing .ssh\config.d\* instead.
The text was updated successfully, but these errors were encountered:
With more complex ssh configs it is possible to split the config file into several and use
Include file
to generate final configuration. Would it be possible to implement parsing of these included files as well?I'm not sure if it's necessary to parse all includes or if it can be somehow simplified, e.g. by just parsing
.ssh\config.d\*
instead.The text was updated successfully, but these errors were encountered: