Skip to content
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

Allow modifying the hosts list of the SSH provider programatically #171

Closed
idanarye opened this issue Oct 19, 2023 · 1 comment
Closed

Comments

@idanarye
Copy link

The SSH provider reads the list from ~/.ssh/config. This can be very limiting when the list of remote machines you need to work with changes dynamically (some cloud workflows), or when ~/.ssh/config is mostly rules on patterns rather than a single concrete hostname per entry.

It would be nice if we could have a Lua API to change that list on the fly.

@miversen33
Copy link
Owner

Duplicate of #87

You're absolutely right. Its on my list, just have some bigger fish to fry first :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants