Last Updated: February 25, 2016
·
327
· yottanami

X forwarding over SSH

Remote machine will be treated as an untrusted client.

ssh -X remotemachine

Remote machine will be treated as an trusted client.

ssh -Y remotemachine