F5F Stay Refreshed Software Operating Systems how to view the gui in ssh

how to view the gui in ssh

how to view the gui in ssh

T
toejamdaddy
Member
135
08-06-2023, 09:25 AM
#1
You can connect via SSH tunnel to access the GUI of your Arch Linux installation. This allows you to see the desktop environment even when using tools like StartX or GDM. Make sure your network settings permit such connections, and adjust firewall rules if needed.
T
toejamdaddy
08-06-2023, 09:25 AM #1

You can connect via SSH tunnel to access the GUI of your Arch Linux installation. This allows you to see the desktop environment even when using tools like StartX or GDM. Make sure your network settings permit such connections, and adjust firewall rules if needed.

A
Adonis71x
Junior Member
35
08-07-2023, 06:21 PM
#2
It seems like you're suggesting using X11 to enhance the display. Would you like more details on how that works?
A
Adonis71x
08-07-2023, 06:21 PM #2

It seems like you're suggesting using X11 to enhance the display. Would you like more details on how that works?

S
seeker07
Senior Member
349
08-07-2023, 08:10 PM
#3
Yes, VNC is simpler. Do you have a GUI set up? Consider installing gnome-desktop with sudo pacman.
S
seeker07
08-07-2023, 08:10 PM #3

Yes, VNC is simpler. Do you have a GUI set up? Consider installing gnome-desktop with sudo pacman.

R
radis_rouge
Junior Member
19
08-09-2023, 02:22 AM
#4
I understand but there are good reasons to use SSH. Yes, I've tried it before.
R
radis_rouge
08-09-2023, 02:22 AM #4

I understand but there are good reasons to use SSH. Yes, I've tried it before.

A
Altijd_Scoepi
Member
183
08-09-2023, 04:21 AM
#5
You need SSH because X11 is becoming obsolete, making VNC a superior alternative. You can also rely on VPNs or SSH for secure connections.
A
Altijd_Scoepi
08-09-2023, 04:21 AM #5

You need SSH because X11 is becoming obsolete, making VNC a superior alternative. You can also rely on VPNs or SSH for secure connections.

E
eduardodd08
Posting Freak
852
08-10-2023, 12:25 AM
#6
Becuase I can do it thrift a chrome window. It seems stupid but it is amazing to switch a chrome tab and get to a terminal. I could try Vnc but if I could get the GUI like gnome or something in my ssh window it would be amazing.
E
eduardodd08
08-10-2023, 12:25 AM #6

Becuase I can do it thrift a chrome window. It seems stupid but it is amazing to switch a chrome tab and get to a terminal. I could try Vnc but if I could get the GUI like gnome or something in my ssh window it would be amazing.

L
Lherion
Member
182
08-25-2023, 05:15 AM
#7
You can't access a GUI in a Chromew SSH session, but browser-based VNC clients work instead.
L
Lherion
08-25-2023, 05:15 AM #7

You can't access a GUI in a Chromew SSH session, but browser-based VNC clients work instead.

0
0verBoardGamer
Junior Member
6
08-26-2023, 10:59 PM
#8
I’ll give both a try and check what works best. Thank you for the support.
0
0verBoardGamer
08-26-2023, 10:59 PM #8

I’ll give both a try and check what works best. Thank you for the support.

B
Blureux
Posting Freak
797
08-27-2023, 03:02 PM
#9
Using ssh -X connects you to the machine and starts X applications. The uppercase 'X' is essential. To open Firefox, you need --new-instance since Firefox communicates differently with Xserver; otherwise it won't start properly.
B
Blureux
08-27-2023, 03:02 PM #9

Using ssh -X connects you to the machine and starts X applications. The uppercase 'X' is essential. To open Firefox, you need --new-instance since Firefox communicates differently with Xserver; otherwise it won't start properly.

B
Bierschlucker
Junior Member
13
09-02-2023, 01:33 PM
#10
VNC runs slowly; consider using TeamViewer instead. These methods differ from forwarding X11 via SSH with the -X option as mentioned earlier.
B
Bierschlucker
09-02-2023, 01:33 PM #10

VNC runs slowly; consider using TeamViewer instead. These methods differ from forwarding X11 via SSH with the -X option as mentioned earlier.