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 Жыл бұрын
Thank you stranger! I never got a successful tech tip from a KZbin comment before. It also worked for me with the built-in Windows SSH client by using -Y instead of -X.
@saltukkezer5100 Жыл бұрын
Exactly what i wanted to ask also, thanks for this!
@arg0x-11 ай бұрын
How do i set the environment varible?
@sebastianzander8711 ай бұрын
@@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 []:.
@shitshow_1Ай бұрын
I was reading about how a local-remote X11 setup over SSH. This really helped me understand. Thanks for sharing your knowledge online.
@matendere-ip7pd Жыл бұрын
Wow!! This is one of the few straight forward and clear tutorial I have ever gone through on KZbin. Thanks.
@nothingtosee6893 жыл бұрын
thank u so much for explaining everything so clearly, my brain was hurting trying to understand what was happening between the client and server.
@c0nd43 жыл бұрын
No problem! Happy to help
@bex39113 жыл бұрын
no joke exactly what i needed for a ctf 😂 great video as always 👍🏻
@c0nd43 жыл бұрын
Thanks! Glad I could help
@ByrneGrant3 жыл бұрын
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.
@vistachris29653 жыл бұрын
Very cool tool! Nice vid thanks Conda
@c0nd43 жыл бұрын
Thank you!
@sebastiansanchez87523 жыл бұрын
thank you so much this is the best video on x11forwarding
@c0nd43 жыл бұрын
Thank you!
@Kolefield Жыл бұрын
Does this work over WSL2 rather than using PuTTY?
@johnchaniotis71623 жыл бұрын
THANKS MAN YOU ARE THE BEST
@c0nd43 жыл бұрын
Thanks 😀
@granatapfel66612 ай бұрын
🎉😊Great fast and uncomplicated
@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
@gery3993 жыл бұрын
Thank you, helped alot!
@c0nd43 жыл бұрын
No problem!
@raulalejandrofajardomunoz5074 Жыл бұрын
I just want to install molden, but there´s a error of this package X11
@prakhars9626 ай бұрын
IS the opposite also possible. Say host is Linux and remote is Windows. Can we do X11 forward from Windows to LInux host?
@bhargavpns23983 жыл бұрын
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
@carlossouzaamorim3 жыл бұрын
On Putty: Connection > SSH > X11 field "X display location" add localhost:0
@hamidja15372 жыл бұрын
Thanks for sharing
@andrealorenzetti17993 жыл бұрын
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 ?
@majdwardeh36982 жыл бұрын
Thank you!
@karmitfrog79682 жыл бұрын
does it work on windows terminal ?
@dafoex Жыл бұрын
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
@karkinos38362 жыл бұрын
Cool stuff👍
@nikoool09 Жыл бұрын
how to get the hostname and ip address
@themodernshoe24665 ай бұрын
Tried using gnome-terminal and gedit, they both give me this warning "Gtk-WARNING **: ...: cannot open display"
@timgoppelsroeder1212 жыл бұрын
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?????
@nilamonidaloi37133 жыл бұрын
Windows now natively support SSH through "OpenSSH Client", could you show us how to enable X forwarding with OpenSSH and not putty.
@felipelullio51803 жыл бұрын
Hi, did you manage to use X11 with POWERSHELL and not Putty?
@israelpel10 ай бұрын
nice video
@muralimanoharvarma40073 жыл бұрын
How to make windows a server, not a Linux machine and access from Linux? Please help me.
@mohansella3 жыл бұрын
Enable RDP in windows and connect via RDP client in linux
@likeawindj23373 жыл бұрын
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!
@ElSrJuancho3 жыл бұрын
Awesome! What about OpenSSH?
@mosesdaudu10 ай бұрын
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?
@blacksundarkskies8 ай бұрын
chrome not working for some reason
@timramich Жыл бұрын
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.
@edos37836 ай бұрын
what is the password i should use in 1:50?
@granatapfel66612 ай бұрын
It's the password the remote machine has? Either you or your company or university will give this password. It's the password for the username of the remote machine account
@dmac56782 жыл бұрын
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.
@SaarlaneKretiin6 ай бұрын
thanks! doesnt work!
@moviesynopsis00111 ай бұрын
You look more like a ufc fighter then a hacker
@igumnov.daniel Жыл бұрын
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