Connecting from Linux to Windows via ssh? #4946
Replies: 1 comment 2 replies
-
|
Windows is not supported at all. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using the shell link option I can connect from Linux to remote linux servers via ssh but receive an error when trying to connect from Linux to a remote Windows machine running ssh.
Cannot change directory to /sh://machinename Input/Output error (5)If however I do ssh machinename or scp machinename or use a file manager to connect via sftp://machinename all work without a problem. Where "machinename" is a Host defined in ssh config along with username/identityfile.
Should this work? Also how would a path be set for example on Linux hostlist URL might be "/sh://machinename/home/username" but for windows it would need C:\Users\username, how would this be specified ?
Beta Was this translation helpful? Give feedback.
All reactions