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

Support adding extra ssh options on node configurations #197

Merged
merged 1 commit into from Mar 23, 2024

Conversation

minhuw
Copy link
Contributor

@minhuw minhuw commented Feb 27, 2024

Configuration of SSH options has been wanted for a while: #90

This patch adds a option on the node configuration to specify SSH options on a per-node basis. Extra SSH options are merged with the pre-defined list on the ssh_options() function.

I'm still not familiar with the colmena codebase, so please correct me if I make any mistakes.

Thank you for your great software and I look forward to feedback.

@aanderse
Copy link

aanderse commented Mar 8, 2024

in nixops they called this option sshOptions instead of extraSSHOptions

given how colmena aimed for minimal compatibility with nixops when it was convenient to do so should we consider calling it the same here?

@aanderse
Copy link

aanderse commented Mar 9, 2024

looks like the errors are only available in garnix and i don't have access 🤔

anyone know how we can see what went wrong?

@minhuw
Copy link
Contributor Author

minhuw commented Mar 9, 2024

I think it makes sense to be compatible with nixops. PR updated.

@aanderse
Copy link

@zhaofengli what do you think about merging this? ❤️

@zhaofengli
Copy link
Owner

LGTM, thanks for the PR!

@zhaofengli zhaofengli merged commit 7997ab7 into zhaofengli:main Mar 23, 2024
16 checks passed
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

Successfully merging this pull request may close these issues.

None yet

3 participants