Closed MickMake closed 3 years ago
Further... launch needs to be modified such that it will mount the local dir into the remote container.
This can be done by using the existing SSH connection and tunnel SSHFS through that.
This is the better solution as the alternative is to open up potentially insecure SSH reverse connections back to the local machine.
So:
Local machine >-- SSH(dynamic port) --> Remote machine -- SSH(22) -> Remote container -> command
Local machine <------------------------ SSHFS(dynamic port) ---------------------------< SSHFS command
Fixed.
For remote, will need to switch to SSHFS. Currently it does: