-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Added ssh key import feature in "key import" #52
Conversation
Nice, can you add a small usage example somewhere (readme, example dir or in this PR) ? Thanks :) |
I am glad the feature is of interest to you. I added a small change to the readme to document the "key import", here is an example run :
I wanted to add this run to the integration tests but couldn't figure out how to properly run thos tests : the testserver keeps crashing shortly after the
With some debugging I managed to isolate the fact that the healthcheck call from docker is the cause of the problem, the testserver sees it without arguments and the |
useful feature, thanks, when will this be merged? thanks |
I updated my pull request by rebasing on top of the last commits. |
What this PR does / why we need it:
This PR allows admins to import an existing ssh private key (typically needed when testing sshportal in an existing environment).
Special notes for your reviewer:
I don’t know if this feature is wanted, but we found it quite useful. I couldn't find a contributing guide, but I'm of course open to any code change that may be needed to properly integrate this code in the project.