Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow Include to extract more SSH hosts (#993)
Sometimes, we have so many SSH servers that divide to extra config files and include in *~/.ssh/config* This PR follow the `Include` directive to retrieve more hosts. Example of such config: ```ssh_config Include extra/agriconnect Include "extra/Old servers" ``` This PR also fix an issue that orginal code grabs this: ```ssh_config Host * ```
- Loading branch information