Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Access X11 app over the Internet
- Date: Sat, 19 Aug 2017 12:00:25 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] Access X11 app over the Internet
- References: <d8caed23-c66d-1a82-148f-00c7464cf33b@onjapan.net>
- User-agent: NeoMutt/20170113 (1.7.2)
On 2017-08-18 09:24 +0900 (Fri), Jim Tittsler wrote: > It has been a while since I needed to use an X11 application remotely. > Years ago I used VNC through an SSH tunnel, and then later NoMachine. > What is the current best practice for a primarily text and occasional > graph based application? If you have a reasonably fast link and you're using a Linux (or pretty much any other Unix) desktop system, you can run the app on the remote machine as a client of the X11 server already running on your machine. ssh -X -o ForwardX11Trusted=no otherhost xmyapp You may need to set `ForwardX11Trusted=yes` if the app doesn't work with X11 SECURITY extensions enabled; if you do this, you are extending the same level of trust to the remote host (including all its users) as you do to your local machine. cjs -- Curt Sampson <cjs@example.com> +81 90 7737 2974 To iterate is human, to recurse divine. - L Peter Deutsch
- References:
- [tlug] Access X11 app over the Internet
- From: Jim Tittsler
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Access X11 app over the Internet
- Next by Date: [tlug] Encrypted Big Data
- Previous by thread: Re: [tlug] Access X11 app over the Internet
- Next by thread: [tlug] Encrypted Big Data
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links