gearboxworks / launch

Running in Docker made trivial
2 stars 0 forks source link

SSHFS mounts not working on Windows. #66

Open MickMake opened 3 years ago

MickMake commented 3 years ago

Windows fire-walling is a bugger. Also it's a security risk and shouldn't rely on the fact that we can reach a client from the server.

So reverse SSH needs to be tunnelled back through the connection from client to server.

MickMake commented 3 years ago

This was resolved as part of https://github.com/gearboxworks/scribeHelpers/commit/c9d103e381955cbf609b9e8a3a22a29757557eae

And affects all platforms.