When I run some programs over SSH, such as firefox &, I get an error
firefox &
Error: no display specified
I would like to open ma
I faced similar problem today. So, here's a simple solution: While doing SSH to the machine, just add Ctrl - Y.
ssh user@ip_address -Y
After login, type firefox &. And you are good to go.