Re: [CentOS] run firefox via an ssh tunnel

2020-11-12 Thread S Bob
On 11/12/20 7:50 AM, Jonathan Billings wrote: On Thu, Nov 12, 2020 at 12:56:15PM +, Bernstein, Noam CIV USN NRL (6393) Washington DC (USA) via CentOS wrote: If the point is to access a specific web site only the remote machine can get to, you can also do it with port forwarding: ssh -L 80

Re: [CentOS] run firefox via an ssh tunnel

2020-11-11 Thread S Bob
login with  ssh -X me@myhost.whatever start firefox with: /usr/bin/firefox -no-remote    if you don't want the remote pages ending up in your local browser or if you don't care, just run firefox without -no-remote or however you start firefox on a mac. Ron On 11/11/20 3:39 PM,

[CentOS] run firefox via an ssh tunnel

2020-11-11 Thread S Bob
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