Open
Description
Currently we're using password-less SSH keys to make the connection from the remote to the local machine (using the back-channel). This is not secure since if the remote machine is compromised anyone can connect in your local machine using that key.
We should change this behaviour to use agent forwarding.
More about this in these reddit comments: