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
I've broken my SSH config into a few files, and bring them together into .ssh/config using the Include directive. However, when running Connect-SSH, posh-sshell only picks up the hosts I've directly listed in my config file. It should follow the Includes and find the hosts from those files too.
The text was updated successfully, but these errors were encountered:
The config file parser that's included as part of posh-sshell is only a limited/simple parser of the root config file, and it doesn't follow links to included files.
I'm no longer working on posh-sshell as I don't use powershell/pwsh anymore (and haven't for several years) so this isn't something that I'll be adding I'm afraid.
System Details
Issue Description
I've broken my SSH config into a few files, and bring them together into
.ssh/config
using theInclude
directive. However, when runningConnect-SSH
, posh-sshell only picks up the hosts I've directly listed in my config file. It should follow theIncludes
and find the hosts from those files too.The text was updated successfully, but these errors were encountered: