-
-
Notifications
You must be signed in to change notification settings - Fork 23
Support CertificateFile #10
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
Comments
Great suggestion. I haven't used CertificateFile before but I'm excited to try it. |
I just added this and it seems to be working fine in my tests: 588a0a9 Do you want me to compile a binary for you to test with? I'll probably release a new version this coming week. |
@stefansundin Wow this is amazing! Thanks so much for quickly adding the feature! I should be able to compile a binary by myself if I still remember how to do so three years ago. Will let you know how it works once I test it. Looking forward to the new release! |
Compiled and tested on my Mac. It worked as expected 🎊 |
Released in v0.0.4. |
Our bastion host verifies certificate in addition to SSH key.For example, to establish a SSH tunnel to a private Postgres DB server via bastion, we'll run
I'd love to see a
certificate_file
option in the tunnel data source. Certificate is supported in the underlying Go libgolang.org/x/crypto/ssh
. I would appreciate an assessment on whether this feature is relatively easy to implement. If so, I can spend time working on it with some general directions from project owner(s).The text was updated successfully, but these errors were encountered: