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

Make ssh config options configurable #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adb-sh
Copy link

@adb-sh adb-sh commented Aug 17, 2023

just found this quite useful for some vps providers
adds: HostKeyAlgorithms, KeyExchanges, Ciphers and MAC ssh args to yaml host config

@nicklasfrahm
Copy link
Owner

nicklasfrahm commented Oct 10, 2023

Didn't have time to deep dive into the code, but are these options just plain string arrays?

How did you test this?

@adb-sh
Copy link
Author

adb-sh commented Dec 13, 2023

hey :)
yep, its just plain strings, string arrays. it literally just binds the ssh.ClientConfig-options to the yaml config

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.

2 participants