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
When you configure your .ssh/config with the following
Include ~/.ssh/config.d/*.conf
and add a folder config.d to organize multiple config files for ssh with multiple hosts
config-develop.conf config-productive.conf
tabby does not read the config correctly. No host is added to the connections&profiles tab from this path.
Please make default ssh config path configurable or something similar.
Tested and reproduced under Linux and Windows.
Plain terminal works.
The text was updated successfully, but these errors were encountered:
I also reproduced this issue on Tabby 1.0.215 and macOS 14.6.1.
I manage multiple SSH configurations using the Include directive, so this issue is important for my workflow.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When you configure your .ssh/config with the following
Include ~/.ssh/config.d/*.conf
and add a folder config.d to organize multiple config files for ssh with multiple hosts
config-develop.conf
config-productive.conf
tabby does not read the config correctly. No host is added to the connections&profiles tab from this path.
Please make default ssh config path configurable or something similar.
Tested and reproduced under Linux and Windows.
Plain terminal works.
The text was updated successfully, but these errors were encountered: