> Hi there,
> 
> >  I tried this:
> >
> >  ssh -Y mac_ip
> >
> >  export DISPLAY=:0
> >
> >  $ /Applications/Firefox.app/Contents/MacOS/firefox
> >
> >  But no joy
> >
> >  Thoughts? Is this possible?
> 
> No idea about the Mac, but the same thing on a Linux box instead of the Mac 
> works just with
> 
> local$ ssh -X remote_linux_box
> remote$ firefox
> 
> I'm not sure anymore about doing something with DISPLAY, on either end...
> It just works.
> 
> Stay safe.
> 
> Iosif Fettich


   This work from Linux box to Linux box . Not sure about Macs :


local> ssh -Y remote-ip

remote> firefox -no-remote


 Note the -no-remote .  It forces requests to come from the remote box rather
than the local one ( which is the default )

                            peter
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to