Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: mrbrklyn on 09 February 2019, 03:50:09

Title: Using Applications Across the network
Post by: mrbrklyn on 09 February 2019, 03:50:09
Quote
ruben@hplaptop:~> xhost +
access control disabled, clients can connect from any host
ruben@hplaptop:~> ssh -X flatbush
ruben@flatbush's password:
X11 forwarding request failed on channel 0
Cannot open display "default display"


Anyway to fix this now or are we premanently locked out of this means of runnning remote apps.  I think SSH allow forwarding on the client side
Title: Re: Using Applications Across the network
Post by: nous on 09 February 2019, 15:41:32
No need for 'xhost +' on the local. Check if X-forwarding is enabled in remote's sshd_config. Also use '-C', speeds up things considerably even in LANs.
Title: Re: Using Applications Across the network
Post by: mrbrklyn on 10 March 2019, 07:07:48
It is on the ssh client (x forwarding)


X11 forwarding reques failed on channel 0
Cannot open display "default display"
Title: Re: Using Applications Across the network
Post by: nous on 10 March 2019, 22:41:55
Re-read my post. It must be enabled in remote's sshd.