How does VSCODE's Remote SSH compare against Remote Tunnels for development in terms of speed and code protection?
At a glance, it appears that SSH shares the workload (extension) across both machines

While the Remote Tunnel works entirely on the remote/server machine

Does Remote Tunnel connect both machines over the internet? How does it impact speed?
Is Remote SSH always preferable when it is possible?
"code protection": this is followed by
microsoft/vscode-remote-releaseissue 6608, but without official documentation (yet).Issue 8110 gives an example of using tunnel instead of SSH:
With confirmation from Microsoft:
This was fixed with PR 175940.
All this points to a different encryption mechanism than SSH.