We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include
.ssh/config
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:
$HOME/.ssh/config
❯ ./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 😄
The text was updated successfully, but these errors were encountered:
19a60c2
No branches or pull requests
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:Here is an example of my
$HOME/.ssh/config
It worked fine in 3.4.0 😄
The text was updated successfully, but these errors were encountered: