Remix.run Logo
chasil 2 days ago

Your X network traffic would be clear text over the network if you did it this way.

Instead, you should "ssh -x" or "ssh -y" to pull the traffic over the ssh encrypted channel.

The -y option should be used with caution; read the docs.

jcelerier 2 days ago | parent | next [-]

> Your X network traffic would be clear text over the network if you did it this way.

that's exactly what I want on my local home network

chasil 2 days ago | parent [-]

You will also need to xhost +(host) which has its own problems.

jrvieira 2 days ago | parent | prev [-]

It's capital -X and -Y

-x disables X11 forwarding.

chasil 2 days ago | parent [-]

Whoops.