quantumsheep / sshs

Terminal user interface for SSH
MIT License
612 stars 17 forks source link

Multiple `Include` in `.ssh/config` not working #67

Closed QuentinBtd closed 4 months ago

QuentinBtd commented 4 months ago

Hello!

In 4.0.0, Include blocks was not taken into account.

In 4.0.1, I can have only one Include block in my $HOME/.ssh/config file, if else I have this error:

❯ ./sshs-darwin-arm64
Error: Cannot include hosts inside a host block

Here is an example of my $HOME/.ssh/config

Include ~/shell-configs/.ssh-prod
Include ~/shell-configs/.ssh-noprod

It worked fine in 3.4.0 😄