Open
Conversation
Owner
|
Thank you for the PR! I’ll get back to you |
Author
|
Hi There,
this goes more privately, as I don't want to spam the issue tracker.
The thing I'm using your node-ssh for is this shiny tool:
https://ssh-oidc-web.data.kit.edu
We essentially get an ssh-certificate via an oidc-enabled ssh-online-ca,
and then do the login. Works from web and from commandline.
Best,
Marcus.
…On 30. Mar 2026 09:06, Anees Iqbal wrote:
steelbrain left a comment (steelbrain/node-ssh#483)
Thank you for the PR! I’ll get back to you
--
Reply to this email directly or view it on GitHub:
#483?email_source=notifications&email_token=AARRCNWVY7S3PU4LHMTIHHD4TKLPPA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJVGYZDANRSGMYKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2LK4DSL5RW63LNMVXHIX3POBSW4X3DNRUWG2Y#issuecomment-4156206230
You are receiving this because you authored the thread.
Message ID: ***@***.***>
--
Marcus.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I needed ssh certificate support, so I've added code to support it.
needs support in the underlying ssh2 package: PR here