Can not connect to remote via ssh on windows #566
Unanswered
flemming-pr
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think the problem is that your private key path needs to point to the file containing the private key, not the directory. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to connect to a remote server via ray(1.17.0.0) for windows. I have changed the private key path to
C:\Users\myuser\.ssh\
but I always get the following error:Error: Error invoking remote method connectSsh : Error EISDIR: illigal operation on directory, read
Does anybody have a solution?
Beta Was this translation helpful? Give feedback.
All reactions