Running Chrome Over SSH With X11 Forwarding: Issues and Alternatives
X11 forwarding lets you run Chrome on a remote host and display it on your local machine. It’s quick to set up for occasional use, but for regular work or modern Linux systems, you’ll want to know when to use alternatives. Basic X11 Forwarding The simplest approach uses SSH’s X11 forwarding: ssh -X username@remote_host google-chrome…
