-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add SSH key support #15
base: master
Are you sure you want to change the base?
Conversation
natrem
commented
Nov 5, 2018
- Allow testing with an identity (SSH key)
- Add a private/public key for unit tests
There are issues on Travis that I don't manage to reproduce locally (windows desktop so it might be related). |
Note: from the build logs it seems like a permission issue on Travis:
After investigation the authorized_keys is checked on access rights but we can disable this. |
acbca1d
to
1164c03
Compare
I'd really like to see this merged, what's the status? Anything I can do to help? |
Hello, I'm very insterested by this support. Regard |
I'm interested too .. @stefanbirkner could you merge it? |
Also think this would be great to see merged. |
What's the status of this PR @stefanbirkner? Why is it not merged or updated 2 years after the last update? We are not able to test integrations which are dependant on a this. |
Ping @stefanbirkner |
I remember that there is a corner case why I didn't merge it. I start to improve Fake SFTP Server Rule next week. |
a2cd3d8
to
318473c
Compare
Hi @stefanbirkner, |
I started to look at the issue again. All memory is lost. |
I'm still working on it. I found that it is not as easy as I thought. |
Hi @stefanbirkner, have you made any progress with merging this pr? |
I'm working on a different API for SSH access but there are some problems. I cannot promise any date for when this will be done because my time is limited. If anyone wants to fork this project and add SSH support: feel free to do it and add the Maven coordinates in this PR. |