Run firefox over x11 forwarding
Run firefox over x11 forwarding
From unix.SE:
firefox --no-remote --no-xshm
To get ssh to do x11 forwarding at all, you can start ssh with the -X flag.
ssh -X username@hostname
Preserving for the future: Shell scripts, AoC, and more
From unix.SE:
firefox --no-remote --no-xshm
To get ssh to do x11 forwarding at all, you can start ssh with the -X flag.
ssh -X username@hostname
Comments