-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
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
Is it possible to import ~/.ssh/config #254
Comments
It should work out of the box. Doesn't it? |
in that case I'm confused. when I meant importing, is to allow me to see the current servers in config in shuttle, no can't find this in shuttle. I can import/edit and export if I import config file I get error parsing config file. |
Hi @uhlhosting Here are the settings for reading your ssh config file. There should be nothing to import as shuttle reads the SSH config file. Maybe you have show_ssh_config_hosts to false?
Possible values are false or true
Possible values are the hosts in your config that you want to ignore. If you had github.com and git.example.com in your ssh config, to ignore them you set: "ssh_config_ignore_hosts": ["github.com", "git.example.com"],
Possible values are the keywords in your ssh config that you want to ignore. |
@thshdw , I have show_ssh_config_hosts to true, but it does not help |
Why not allow users to parse the content of config for shuttle? I have in config like 20 servers over the years I use. And to migrate them all into shuttle would be amazing.
The text was updated successfully, but these errors were encountered: