-
Notifications
You must be signed in to change notification settings - Fork 3
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
trying to use SSH key with SFTP Storage Service #552
Comments
Try this:
Then try the connection again and let me know if that works. |
Hmm... I won't be able to work on this for quite some time. Are you ok using password authentication for now? |
Unfortunately (at least in this case) we are setup for 2 factor authentication so it fails with a username and pw. We are not in an immediate crunch at the moment but this would be nice for us to have in the next couple of months. I am happy to test this issue for you in the future. |
Thanks for your patience and understanding. I'm in the process of rewriting DART to be more maintainable and extensible. I will let you know when I get close to having a fix for this. |
Sounds good, I appreciate it! |
Hi-
I'm trying to use an SSH key to authenticate to an SFTP Storage Service we have on our network. SSH and SFTP work just fine from my Mac terminal, I am able to authenticate to this same server without using an additional username or password. I am not sure how/where to add the Key to DART.
I have created an environmental variable for the location of the Key and entered it is "env:DARTKEY" but DART isn't finding it. Any advice would be greatly appreciated.
Thanks,
susan
The text was updated successfully, but these errors were encountered: