Using deployer from windows 10 #2698
Unanswered
etshy
asked this question in
Help needed
Replies: 2 comments 1 reply
-
Try disabling ssh_multiplexing. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Even if you can get SSH work I think you will get a challenge with the creation of symbolic links, which is not supported in Windows out of the box (security issue). |
Beta Was this translation helpful? Give feedback.
0 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.
-
I just discovered this package and tried to use it on my local machine, windows 10.
I installed ssh windows service, to be able to use pub key, gen a key, etc.
But it's still impossible to use it.
I have this error when deployer try to connect to my remote host
First thing, it's unclear you have to create a file/config in
C:\Users\Etshy/.ssh/[email protected]
(I don't really know what this is, I never saw that kind of ssh command and options.Is there an y way to make it work for a Windows ? or do I absolutely have to use it on linux ?
edit : After a few test, from the ssh command, it seems the
-N
option is too much, by removing it the connection works (I had to add -p port too, because my remote doesn't use default ssh port)Beta Was this translation helpful? Give feedback.
All reactions