How to Use X11 Forwarding on Windows or Linux

  Рет қаралды 82,061

Conda

Conda

Күн бұрын

X11 forwarding can be used to access a graphical application on a remote Linux system. This can be done from a Linux client, or with a Windows client by using Putty and Xming.
Join my Discord server: discord.gg/9CvTtHqWCX
Follow me on Twitter: / 0xconda
If you found this video helpful and would like to support future creations, please considering visiting the following links:
Patreon: / conda
Buy Me a Coffee: www.buymeacoffee.com/conda
Merch: conda.creator-spring.com/
Amazon affiliate link (anything purchased through this link will provide me with a small commission): amzn.to/3hsHzD2
Putty Download: www.chiark.greenend.org.uk/~s...
Xming Download: sourceforge.net/projects/xming/
00:00 Linux Server Setup
01:22 Linux Client Setup
02:31 Windows Client Setup

Пікірлер: 49
@sebastianzander87
@sebastianzander87 2 жыл бұрын
I don't really want to use Putty. Can it be done using the ssh client with some additional parameters? Does anyone know what Putty does internally? EDIT: I found "ssh -Y" to work under Windows, but only if the remote machine supports "trusted X11 forwarding". This also requires to manually set the DISPLAY environment variable before calling ssh, however.
@henrikhasell4470
@henrikhasell4470 9 ай бұрын
Thank you stranger! I never got a successful tech tip from a KZfaq comment before. It also worked for me with the built-in Windows SSH client by using -Y instead of -X.
@saltukkezer5100
@saltukkezer5100 7 ай бұрын
Exactly what i wanted to ask also, thanks for this!
@arg0x-
@arg0x- 7 ай бұрын
How do i set the environment varible?
@sebastianzander87
@sebastianzander87 7 ай бұрын
@@arg0x- You simply write it in front of your command, like e.g. "DISPLAY=:0.0 gedit". Search for "$DISPLAY environment variable" on the web to get more information about it, the format of its value is basically []:.
@matendere-ip7pd
@matendere-ip7pd Жыл бұрын
Wow!! This is one of the few straight forward and clear tutorial I have ever gone through on KZfaq. Thanks.
@nothingtosee689
@nothingtosee689 3 жыл бұрын
thank u so much for explaining everything so clearly, my brain was hurting trying to understand what was happening between the client and server.
@c0nd4
@c0nd4 3 жыл бұрын
No problem! Happy to help
@ByrneGrant
@ByrneGrant 3 жыл бұрын
Wow, the timing of this video is quite helpful to me. I'm a bit concerned that the last time the packages were updated on sourceforge was 5 years ago.
@bex3911
@bex3911 3 жыл бұрын
no joke exactly what i needed for a ctf 😂 great video as always 👍🏻
@c0nd4
@c0nd4 3 жыл бұрын
Thanks! Glad I could help
@vistachris2965
@vistachris2965 3 жыл бұрын
Very cool tool! Nice vid thanks Conda
@c0nd4
@c0nd4 3 жыл бұрын
Thank you!
@sebastiansanchez8752
@sebastiansanchez8752 3 жыл бұрын
thank you so much this is the best video on x11forwarding
@c0nd4
@c0nd4 3 жыл бұрын
Thank you!
@gery399
@gery399 2 жыл бұрын
Thank you, helped alot!
@c0nd4
@c0nd4 2 жыл бұрын
No problem!
@johnchaniotis7162
@johnchaniotis7162 2 жыл бұрын
THANKS MAN YOU ARE THE BEST
@c0nd4
@c0nd4 2 жыл бұрын
Thanks 😀
@karkinos3836
@karkinos3836 2 жыл бұрын
Cool stuff👍
@hamidja1537
@hamidja1537 Жыл бұрын
Thanks for sharing
@majdwardeh3698
@majdwardeh3698 Жыл бұрын
Thank you!
@likeawindj2337
@likeawindj2337 3 жыл бұрын
Thank you for sharing, I have a question: How can i open an application ON windows server remotely (ie : chrome) using command? I try OpenSSH but chrome run only on under process (no GUI like when click). Wait your help!
@ElSrJuancho
@ElSrJuancho 3 жыл бұрын
Awesome! What about OpenSSH?
@MohitGupta-iv3uc
@MohitGupta-iv3uc Жыл бұрын
Do we need gui to be installed on ubuntu server in order to see the graphical form of application on windows using x11? What if don't have gui on ubuntu server
@andrealorenzetti1799
@andrealorenzetti1799 2 жыл бұрын
hi, when i try to run wireshark on my virtual machine i get this error: ~$ qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb. have you any idea on how to solve this ?
@jameswalker199
@jameswalker199 Жыл бұрын
With the current push to kill X11, is this doable on Wayland? I can see this being useful in a enterprise environment, but Redhat (the big Linux group targeting enterprise environments) has deprecated X11 in their distribution
@Kolefield
@Kolefield Жыл бұрын
Does this work over WSL2 rather than using PuTTY?
@israelpel
@israelpel 5 ай бұрын
nice video
@karmitfrog7968
@karmitfrog7968 Жыл бұрын
does it work on windows terminal ?
@themodernshoe2466
@themodernshoe2466 24 күн бұрын
Tried using gnome-terminal and gedit, they both give me this warning "Gtk-WARNING **: ...: cannot open display"
@nilamonidaloi3713
@nilamonidaloi3713 3 жыл бұрын
Windows now natively support SSH through "OpenSSH Client", could you show us how to enable X forwarding with OpenSSH and not putty.
@felipelullio5180
@felipelullio5180 2 жыл бұрын
Hi, did you manage to use X11 with POWERSHELL and not Putty?
@bhargavpns2398
@bhargavpns2398 2 жыл бұрын
Hey. I have connected through PuTTY. But when I open a software it says " Xlib: extension" MIT - SHM" missing on display "localhost:10.0" . Can anyone help me out with this. Thanks in advance
@carlossouzaamorim
@carlossouzaamorim 2 жыл бұрын
On Putty: Connection > SSH > X11 field "X display location" add localhost:0
@prakhars962
@prakhars962 Ай бұрын
IS the opposite also possible. Say host is Linux and remote is Windows. Can we do X11 forward from Windows to LInux host?
@raulalejandrofajardomunoz5074
@raulalejandrofajardomunoz5074 11 ай бұрын
I just want to install molden, but there´s a error of this package X11
@timgoppelsroeder121
@timgoppelsroeder121 2 жыл бұрын
gedit isnt recognized even though i installed it and added it to the path variables in windows what am i doing wrong. Also all these tutorials just seemingly open gedit like it was preinstalled?????
@nikoool09
@nikoool09 Жыл бұрын
how to get the hostname and ip address
@muralimanoharvarma4007
@muralimanoharvarma4007 3 жыл бұрын
How to make windows a server, not a Linux machine and access from Linux? Please help me.
@mohansella
@mohansella 2 жыл бұрын
Enable RDP in windows and connect via RDP client in linux
@edos3783
@edos3783 Ай бұрын
what is the password i should use in 1:50?
@mosesdaudu
@mosesdaudu 5 ай бұрын
Please what is the password. While setting up my ubuntu Virtual machine. I did not set up any password. But whille setting up Putty, it is asking me for the password to the IP. What could the password be?
@blacksundarkskies
@blacksundarkskies 4 ай бұрын
chrome not working for some reason
@timramich
@timramich 11 ай бұрын
How the hell can I get stuff from my Ubuntu server to show up on my Windows machine using Windows's built-in SSH client???? I'm pulling out what's left of my hair trying to get this to work and I can't find any answers ANYWHERE.
@dmac5678
@dmac5678 2 жыл бұрын
so in this scenario windows/linux both cases, who is the client and who is the server? Where does X11 need to be enabled. You stated earlier in the video the X11 forwarding should be enabled on the server that is running (native) the program. Im just confused where X11 has to be running and which is client and server.
@moviesynopsis001
@moviesynopsis001 7 ай бұрын
You look more like a ufc fighter then a hacker
@SaarlaneKretiin
@SaarlaneKretiin 2 ай бұрын
thanks! doesnt work!
@igumnov.daniel
@igumnov.daniel 10 ай бұрын
Thanks! I guess it is worth pining the @sebastianzander87's comment or writing your own about how to use X11 forwarding in SSH clients' cli
Linux Remote Access | SSH and X11 Forwarding
15:39
Chris Titus Tech
Рет қаралды 97 М.
Wayland vs X11
19:05
DJ Ware
Рет қаралды 148 М.
Happy 4th of July 😂
00:12
Alyssa's Ways
Рет қаралды 63 МЛН
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27
60 Linux Commands you NEED to know (in 10 minutes)
10:50
NetworkChuck
Рет қаралды 1,4 МЛН
How to x11 Forward with Putty on Windows
7:01
Tony Teaches Tech
Рет қаралды 33 М.
Razer's new keyboard is basically cheating.
7:42
optimum
Рет қаралды 825 М.
Syncthing Made EASY
28:30
Tech Craft
Рет қаралды 140 М.
Run Graphical X Applications Over SSH [Tutorial]
11:31
Null Byte
Рет қаралды 119 М.
WAYLAND: what is it, and is it ready for daily use?
13:05
The Linux Experiment
Рет қаралды 368 М.
OpenSSH for Absolute Beginners
23:00
Veronica Explains
Рет қаралды 101 М.
Attacking Active Directory - Kerberoasting
13:22
Conda
Рет қаралды 37 М.
X Window System
7:49
Linux Learner
Рет қаралды 69 М.
Happy 4th of July 😂
00:12
Alyssa's Ways
Рет қаралды 63 МЛН