Linked Questions
26 questions linked to/from How to forward X over SSH to run graphics applications remotely?
20
votes
4
answers
68k
views
How to run Google Chrome or Chromium on a remote ssh session? [duplicate]
I have CentOS 7 in the cloud where I can do only remotely ssh [email protected].
But remotely, how can I run a session of Google Chrome or Chromium on it and see the GUI remotely to browse remotely?
I ...
1
vote
2
answers
8k
views
Can I use "gedit" through "ssh"? [duplicate]
I am trying to use gedit to see a file inside a mini-pc I connected through ssh but it get:
(gedit:3864): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale. Failed ...
1
vote
2
answers
3k
views
How to view Graphical view of Application using ssh [duplicate]
Possible Duplicate:
How to forward X over SSH from Ubuntu machine?
Is it possible that I can view the GUI of application when I pass some command to Redhat linux Server using ssh. Like when I pass ...
1
vote
0
answers
133
views
Fordward xclock graphical interface [duplicate]
I have computer A in which I run "xclock" program. I want to forward it's graphical interface to my pc, not directly but through computer B. Is it possible? I'm running xming on my pc.
Resuming: A ...
743
votes
32
answers
1.4m
views
Why am I still getting a password prompt with ssh with public key authentication?
I'm working from the URL I found here:
http://web.archive.org/web/20160404025901/http://jaybyjayfresh.com/2009/02/04/logging-in-without-a-password-certificates-ssh/
My ssh client is Ubuntu 64 bit 11....
32
votes
7
answers
232k
views
With SSH X11 forwarding (`ssh -X`), get `Can't open display` trying to run X applications
I'm able to login to the server using:
ssh -X Hostip
but when I run the command xclock it gives me this error:
Error: Can't open display: localhost:11.0
I checked my display value using:
echo $...
19
votes
3
answers
78k
views
ssh connection. X11 connection rejected because of wrong authentication
In trying to access a cluster in my lab by ssh and it work. but then I'm not able to do anything :
user@users:~> nautilus
X11 connection rejected because of wrong authentication.
Could not parse ...
23
votes
8
answers
177k
views
X11 Not Forwarding over SSH ($DISPLAY not getting set)
I am running CentOS/RHEL 6 and having the same issues as described in the referenced question below.
I have tried all of the settings suggested in this almost identical question, but to no avail.
On ...
11
votes
3
answers
15k
views
Forwarding X11 over SSH if the server configuration doesn't allow it
Consider a situation where I'm logging in over SSH from machine A to machine B, I have an X session on machine A, and I want to run an X program on B.
ssh -X B makes this work transparently. But what ...
1
vote
1
answer
41k
views
MobaXTerm X11 forwarding issue with UNIX
Ran below commands on MobaXTerm:
Using MobaXTerm terminal on windows laptop:
> xhost +ulv78.abc.com
ulv78.abc.com being added to access control list
> ssh -l someuser ulv78.abc.com # RHEL 7.x
...
4
votes
1
answer
15k
views
How to Run a GUI Application on Remote Server's X11 Display via SSH
In this picture, on my virtual-machine I have Redhat running with an SSH server, and I'm remotely logged-in via SSH. I want to run gedit via SSH but have the gedit window open on the remote Redhat ...
1
vote
3
answers
10k
views
X: user not authorized to run the X server, aborting [closed]
After I login to a server using ssh and try to initiate X11 I got the below error message:
$startx
X: user not authorized to run the X server, aborting.
xinit: giving up
xinit: server error
by ...
1
vote
1
answer
15k
views
Unable to open display - error
I ran the command below on secureCRT ssh client:
$ DISPLAY=abc.xyz.com:0 ; export DISPLAY
$ /bin/xhost +abc.xyz.com
But it output this error:
/bin/xhost: unable to open display "abc.xyz.com"
# cat ...
9
votes
1
answer
15k
views
What is the `ssh -X` equivalent for Wayland?
An answer to How to forward X over SSH to run graphics applications remotely? explains how to forward GUI applications via an X11-compliant display server (like XOrg).
However, I see no equivalent for ...
1
vote
1
answer
7k
views
What is the simplest way to have remote GUI access to Ubuntu 16.04 "server" from Ubuntu 16.04 "desktop"?
I'm trying to figure out what is "lightweight" way to configure my Ubuntu 16.04 LTS server to have access via GUI (over SSH as option). I would like to reach it from my Ubuntu 16.04 workstation. I ...