x11-forwarding Questions
2
DISCLAIMER: This question has been asked in different forms on Stackoverflow and other venues, but I could get none to work. So I hope someone can help me figure this out once and for all.
I need ...
Mayers asked 4/2, 2019 at 21:43
5
I use Windows VS code and this extensions "Remote SSH", "Remote X11", "Remote X11 (SSH)" to connect and to get graphics from remote server.
I run VcXsrv, Pageant. X11 ...
Puiia asked 27/12, 2020 at 17:47
7
Solved
First off: I have read the answers to similar questions on SO, but none of them worked.
IMPORTANT NOTE: The answer below is still valid, but maybe jump to the end for an alternative.
The situation:...
Sandalwood asked 8/6, 2017 at 7:33
6
I need to run Google Chrome remotely on a virtual machine using SSH. I do not want xforwarding - I want to utilize the GPU available on the vm. When I try running google-chrome I get following erro...
Tarragona asked 19/2, 2020 at 15:51
5
Solved
Without a Docker container, it is straightforward to run an X11 program on a remote server using the SSH X11 forwarding (ssh -X). I have tried to get the same thing working when the application run...
Jarv asked 12/1, 2018 at 22:43
6
Solved
Overview
I'm attempting to get XQuartz to work on OSX so I can do X11 forwarding via Docker. I'm following the instructions here. I believe my question may be answered by just the first part, but ...
Chasten asked 15/6, 2016 at 4:21
4
I am getting a error while accessing the firefox using X11Forwarding.
[root@station2 ~]# firefox
KiTTY X11 proxy: wrong authorisation protocol attemptedKiTTY X11 proxy: wrong authorisation protoco...
Profanatory asked 30/6, 2014 at 14:45
6
When I do "ssh -X abcserver", I got message "X11 forwarding request failed on channel 0".
I checked online and it was suggested to solve it by switching "X11UseLocalhost no" to "X11UseLocalhost yes...
Mesomorphic asked 15/8, 2016 at 19:13
5
The Question
I'm trying to enable X11 forwarding through the PyCharm SSH Terminal which can be executed via
"Tools -> Start SSH session..."
Unfortunately, It seems there is no way of specif...
Gammer asked 27/1, 2017 at 10:41
2
Cross-Posted
Environmental Details
Relevant bits of server's /etc/ssh/sshd_config:
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost no
Relevant bits of client's $HOME/.ssh/config:
Host *...
Argali asked 27/4, 2018 at 22:43
4
I have established an ssh connection from Win10 to RedHat machine via MobaXTerm. I have also enabled X11 forwarding, but when I launch eclipse or gedit or anything else the application window looks...
Gambrel asked 23/10, 2017 at 13:42
23
Solved
When moving from WSL1 to WSL2 many things change; apparently this applies to X11 forwarding as well.
What steps do I need to make in order to use X11 forwarding with WSL2 on Windows 10 as I d...
Maddiemadding asked 8/4, 2020 at 21:49
1
Solved
I am using MobaXTerm to connect to a remote machine and thus uses its x11 forwarding to use graphic applications.
However, despite the fact that all my locales are well set (France),all the ...
Radu asked 25/9, 2019 at 9:1
3
Solved
I installed x11vnc and then execute x11vnc but failed
following is the error message
$x11vnc -display :0
08/05/2017 19:18:22 x11vnc version: 0.9.13 lastmod: 2011-08-10 pid: 7572
08/05/2017 ...
Stooge asked 8/5, 2017 at 10:27
4
I have an unfortunate problem when making ssh connections from Fedora 23 to Centos 7. The commands ssh -X user@centos7 and ssh -Y user@centos7 both print Warning: No xauth data; using fake authenti...
Dipsomaniac asked 15/10, 2016 at 7:17
1
I've been using xhost from x11-xserver-utils, but looking at the package page it says:
" - xhost, a very dangerous program that you should never use;"
I haven't found a clear answer for t...
Backsheesh asked 14/9, 2020 at 13:7
0
I use IPython over ssh, usually inside a tmux session on the server machine, so that if I lose connection or anything else goes wrong, I can come back. The problem is that, after long periods of in...
Allard asked 4/6, 2020 at 8:0
0
I'm planning to run ROS Rviz in a docker on a remote server, expecting the Rviz GUI to display on my local computer. But I cannot get it done. Any help would be appreciated.
My ROS docker image on...
Geld asked 18/4, 2020 at 3:9
3
I'm trying to run a container based on ubuntu:15.10 from my Mac.
I run the following command
docker run -i -v /tmp/.X11-unix:/tmp/. -e DISPLAY=192.168.0.104:0 --privileged mycompany/mycontainer
...
Jumbled asked 14/11, 2016 at 21:16
4
Solved
I am testing a Google Compute Engine, and I created a VM with Ubuntu OS. When I connect to it, by clicking this Connect SSH button, it opens a console window.
Is that the connection you get?
How ...
Carpus asked 1/12, 2014 at 15:55
5
Solved
I am on a Windows7 machine and I'm trying to get firefox to open on the centOS machine, but be displayed on my current screen.
When typing firefox in terminal, I am getting the following error:
E...
Teriann asked 10/9, 2012 at 17:11
2
I have to use Quartz X11 window when I want to plot data that is on a remote server (using NX). I'd like to use my iTerm terminal as the interface to this, as it is nicely customized with fonts, th...
Psychogenic asked 30/7, 2015 at 20:45
2
I am using pycharm in windows but the python backend need to be running on unix so I host the python app/code in ubuntu with vagrant, however I need to do some plotting as well, is there a way I ca...
Stich asked 12/6, 2015 at 23:2
1
I am currently trying to run some GUI apps in docker containers. I have been trying the ones by jessie frazelle at github. However I can build the images (or get from docker hub) and run them witho...
Foodstuff asked 11/2, 2017 at 22:9
1
Solved
I have a piece of code which gets called by a different function, carries out some calculations for me and then plots the output to a file. Seeing as the whole script can take a while to run for la...
Telegenic asked 27/7, 2016 at 12:6
1 Next >
© 2022 - 2024 — McMap. All rights reserved.