Displaying 2 results from an estimated 2 matches for "theremot".
Did you mean:
theremote
2020 Nov 11
1
run firefox via an ssh tunnel
I can ssh -X myuser at theremote-mac
but I cannot run /usr/bin/firefox.
I can run "open -a Firefox" on the mac but then it just opens firefox on
the mac
Thoughts?
On 11/11/20 3:45 PM, R C wrote:
> I do it all the time.
>
>
> make sure you forward X11,? on the? ssh server side,? and login with?
>...
2020 Nov 11
3
run firefox via an ssh tunnel
Hi all;
I'm trying to setup an ssh tunnel so I can run firefox on a remote
laptop and have the display locally.
I have 2 laptops
local = CentOS 7
remote = mac OSX 10.15.7
I want to create an ssh tunnel on the local CentOS 7 laptop, then run
firefox on the mac with the display showing up on the CentOS laptop.
Is this doable?
Thanks in advance