SSH X11 Forwarding - Run GUI Apps Remotely - Linux CLI

  Рет қаралды 85,180

gotbletu

gotbletu

10 жыл бұрын

github.com/gotbletu/shownotes...
how to use ssh
• OpenSSH - SSH Remote L...
auto login ssh
• SSH Passwordless Key t...
open ports for ssh
• Access Your Home Compu...
Name : openssh
Version : 6.4p1-1
Description : Free version of the SSH connectivity tools
Architecture : x86_64
URL : www.openssh.org/portable.html
Licenses : custom:BSD
Name : xorg-xauth
Version : 1.0.8-1
Description : X.Org authorization settings program
Architecture : x86_64
URL : xorg.freedesktop.org/
Licenses : custom
-X Enables X11 forwarding. This can also be specified on a per-host basis in a configuration file.
X11 forwarding should be enabled with caution. Users with the ability to bypass file permissions on the remote host (for the user's X
authorization database) can access the local X11 display through the forwarded connection. An attacker may then be able to perform
activities such as keystroke monitoring.
-Y Enables trusted X11 forwarding. Trusted X11 forwardings are not subjected to the X11 SECURITY extension controls.

Пікірлер: 66
@keithterrill2303
@keithterrill2303 7 жыл бұрын
I have tried, and tried to set up a server and access it with a gui interface from a client on my local internet. This is the first how-to that worked for me. Thank-you, thank-you.
@projectlog2996
@projectlog2996 7 жыл бұрын
Thanks so much! I really needed an explanation for X11 Forwarding, so thanks! =D
@pr3cious193
@pr3cious193 4 жыл бұрын
Thanks a lot dude, finally no slowdowns while using x11 forwarding
@osamaa.h.altameemi5592
@osamaa.h.altameemi5592 5 жыл бұрын
Man your commenting style is savage... you really give the impression of "trust me you can do this sh*t here then click there and all is done".
@MrNicfeller
@MrNicfeller 8 жыл бұрын
Thanks! I was looking for a video that would explain this all evening =D
@gotbletu
@gotbletu 8 жыл бұрын
+Adam Feller lols u came to the right channel
@mikepence763
@mikepence763 7 жыл бұрын
Thank you! I learned something that I wanted to know by accident watching this video. I've been using putty to SSH access my other Linux computers. Now I don't have to use putty, I can just do it from my command line.
@BurhanDanger
@BurhanDanger 6 жыл бұрын
Very much helpful , all other x forwarding includes windows and putty use.
@JoshuaBlais
@JoshuaBlais 4 жыл бұрын
This was the help I needed! Thank you!
@ekaterinakalache8302
@ekaterinakalache8302 5 жыл бұрын
Thank you! You saved me so much time!
@emmadoyle4157
@emmadoyle4157 8 жыл бұрын
Lol. This is great. You're so carefree, but not being so "serious" is more helpful.
@jose3538
@jose3538 4 жыл бұрын
Works great, thanks!!
@danielsaan1976
@danielsaan1976 9 жыл бұрын
Dude, good video. Really useful.
@donaghmoran7844
@donaghmoran7844 5 жыл бұрын
Great help thanks a mil!
@Revanth_Kamaraj
@Revanth_Kamaraj 9 жыл бұрын
Nice video, works perfectly. I have Kali Linux installed on my note 2 and am able to ssh X applications over to my Ubuntu laptop.
@gotbletu
@gotbletu 9 жыл бұрын
Revanth Kamaraj is the note 2 fast enough to run a full desktop?
@Revanth_Kamaraj
@Revanth_Kamaraj 9 жыл бұрын
gotbletu Yes although I recommend overclocking it slightly.
@msafdaralikhan9498
@msafdaralikhan9498 6 жыл бұрын
awesome. works for me. thanks.
@christopherhumphrey
@christopherhumphrey 6 жыл бұрын
Awesome! Thanks!
@QuintinMassey
@QuintinMassey 4 жыл бұрын
Sweet now I can game on my Arduino!
@keeler1160
@keeler1160 9 жыл бұрын
So if i have a windows laptop and im somewhere else. I want to run a program that is not in my laptop but on my ssh server at home with linux. With windows laptop am i able to run a program from my ssh server running with linux to my windows laptop?
@yadirosadi8370
@yadirosadi8370 4 жыл бұрын
2 ciphers(blowfish-cbc & arcfour) have been disabled in the 6.7p1-1 release of openssh
@FredSaunier
@FredSaunier 10 жыл бұрын
Excellent video. Thanks for sharing -c blowfish-cbc,arcfour, it does make a difference in terms of speed :) I'm not using xauth however, and I launch my remote app with local display like this (this implies I know the name of the app, here's an example for thunar and firefox): ssh -XC -c blowfish-cbc,arcfour username@remotemachine thunar ssh -XC -c blowfish-cbc,arcfour username@remotemachine firefox --no-remote I find launching FF like this particularly useful to connect to a remote 192.168.1.1 modem or other LAN-attached peripherals from a remote location.
@gotbletu
@gotbletu 10 жыл бұрын
for me it was faster, otherwise my calibre would be too slow. Cool, didnt know u can put the app u want in 1 line. Thanks
@santosh1234567ify
@santosh1234567ify 4 жыл бұрын
You are super !!!!!!
@makro80
@makro80 4 жыл бұрын
sweet, thanks!
@slycordinator
@slycordinator 5 жыл бұрын
By the way, if you have changes to a file in nano and just hit ctrl+x, it'll ask you if you want to save the changes.
@beatabalazovicova343
@beatabalazovicova343 5 жыл бұрын
after running GUI app no graphical output on my PC instead then there is alert Running on a compositor with no screens is not supported
@oliverzeidler7015
@oliverzeidler7015 8 жыл бұрын
thank you
@ashgupta854
@ashgupta854 7 жыл бұрын
Whenever I tried X11 forwarding in the past, it would work but I would get strange errors on the command line in the background. I noticed you were getting them too. Is this anything to be concerned about? Is there any way to get rid of them? Thanks.
@gotbletu
@gotbletu 7 жыл бұрын
nope
@mostafaelmadany8046
@mostafaelmadany8046 7 жыл бұрын
did you install xauth or it is installed by default ,because they said that xauth must be installed as unix.stackexchange.com/questions/12755/how-to-forward-x-over-ssh-to-run-graphics-applications-remotely/12772#12772
@fittymen1525
@fittymen1525 Жыл бұрын
Dude, the MA_Senpai dir.
@KDGNOR
@KDGNOR 10 жыл бұрын
most the ssh host have DE+WM? or does it work with CLI-OS ?
@gotbletu
@gotbletu 10 жыл бұрын
well is called X11 forwarding so it assume u have X installed =)
@KDGNOR
@KDGNOR 10 жыл бұрын
works steam movies? or it too slow?
@gotbletu
@gotbletu 10 жыл бұрын
KDGNOR1990 no sound with that
@KDGNOR
@KDGNOR 10 жыл бұрын
do it work with Wine Games :D ?
@HarrisonGould
@HarrisonGould 10 жыл бұрын
KDGNOR1990 You might want to checkout "VirtualGL" I do not believe that X11 forwarding supports OpenGL acceleration on the GPU
@Tox86
@Tox86 10 жыл бұрын
Good video. The problem with X over SSH is that if the connection broke you will lose all your unsaved work. I am working to be able to have something similar to windows RDP on linux. So if connection broke I'll be able to reconnect and keep working. Right now I understood that xrdp is pretty bad. I want a full desktop enviroment started. I want be able to reconnect to it and also be able to change resolution while running. Right now the two best option are "x2go" and "spice". I am not able to make work spice as it should, and I have problem with x2go when I have to run program with a different user than the one I use to connect to the session. If you want talk about and maybe make a video about those you can contact me. Stefano
@gotbletu
@gotbletu 10 жыл бұрын
I havent try all those programs yet =). Think maybe u can do that with VNC, relogin to the same session. But, let me know if u do come up with a good solution. Ill give those apps a try when i got time.
@lftalora
@lftalora 10 жыл бұрын
I would recommend GraphOn GO-Global for Unix. I haven't tested it yet, but GO-Global for Windows really rocks - I found it faster and much easier to maintain than both Microsoft RDP and Citrix XenApp. It's a commercial product, of course, but costs less that MS Terminal Server and much less Citrix XenApp. You may download a trial at graphon.com. ;)
@gotbletu
@gotbletu 10 жыл бұрын
Luis Talora Thanks never heard of that 1 b4, ill look into it
@doomikusz
@doomikusz 9 жыл бұрын
Tox86 vnc over ssh is another option although dated compared to things like x2go. x2go starts its own session independent of the user iirc, even if that same user is on the box physically
@briannielsen2002
@briannielsen2002 6 жыл бұрын
Which program allows you to use VIM on commandline??? :O
@gotbletu
@gotbletu 6 жыл бұрын
any terminal
@briannielsen2002
@briannielsen2002 6 жыл бұрын
gotbletu You have -- INSERT -- at the end of your line in terminal. I mean, is that some extension to xterm/lxterminal/..
@gotbletu
@gotbletu 6 жыл бұрын
kzfaq.info/get/bejne/e6-gabeEqJ63f4U.html
@PavneetSingh94
@PavneetSingh94 9 жыл бұрын
Hey, is there a way to do the same, but on the browser?
@PavneetSingh94
@PavneetSingh94 3 жыл бұрын
@Aaron Speedy that was fast!
@PavneetSingh94
@PavneetSingh94 3 жыл бұрын
@Aaron Speedy used something called Guacamole.
@Mi_Fa_Volare
@Mi_Fa_Volare 8 жыл бұрын
8:49 MA_Hentai
@beat461
@beat461 7 жыл бұрын
damn I hate how a lot of linux content on the web is somehow often related to anime/hentai crap. I REALLY hate that stuff.
@Mi_Fa_Volare
@Mi_Fa_Volare 7 жыл бұрын
I don't have that impression. And that was just a folder in his home folder. Anyway, that would be better than pony shit and furry shit everywhere. I'm glad that is not the case.
@lucha0075db
@lucha0075db 8 жыл бұрын
it tell me: -x command not found :( do you know how i could solve that ??
@gotbletu
@gotbletu 8 жыл бұрын
+Dan “TalkerOpinion” Brown capital X
@lucha0075db
@lucha0075db 8 жыл бұрын
+gotbletu done :) thanks
@quidpoksnapvids3019
@quidpoksnapvids3019 4 жыл бұрын
i want to do
@Faladrin
@Faladrin 7 жыл бұрын
It's not "Cal-i-bur" it's "Kah-lee-brey"
@dmmikerpg
@dmmikerpg 9 жыл бұрын
Hentai, huh? ;)
@asifmonmon3713
@asifmonmon3713 6 жыл бұрын
Sshsxxx
@kyle8952
@kyle8952 9 жыл бұрын
That's not a pound sign. That's a hash.
@roboaedin55
@roboaedin55 6 жыл бұрын
No, it's a number sign. Get it right.
Linux Remote Access | SSH and X11 Forwarding
15:39
Chris Titus Tech
Рет қаралды 97 М.
SSH Tunneling - A Deep Dive
21:17
0612 TV w/ NERDfirst
Рет қаралды 10 М.
KINDNESS ALWAYS COME BACK
00:59
dednahype
Рет қаралды 119 МЛН
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27
Did you believe it was real? #tiktok
00:25
Анастасия Тарасова
Рет қаралды 49 МЛН
ОСКАР vs БАДАБУМЧИК БОЙ!  УВЕЗЛИ на СКОРОЙ!
13:45
Бадабумчик
Рет қаралды 3,4 МЛН
Haunt a Computer Using SSH [Tutorial]
19:10
Null Byte
Рет қаралды 389 М.
Linux Tip | How To Use SSH Remote Login
19:04
Joe Collins
Рет қаралды 113 М.
Run Graphical X Applications Over SSH [Tutorial]
11:31
Null Byte
Рет қаралды 118 М.
Connecting North Korea's Operating System to the Internet?
10:59
Eric Parker
Рет қаралды 1 МЛН
OpenSSH for Absolute Beginners
23:00
Veronica Explains
Рет қаралды 100 М.
Become a shell wizard in ~12 mins
12:25
CODE IS EVERYTHING
Рет қаралды 228 М.
This Zsh config is perhaps my favorite one yet.
17:24
Dreams of Autonomy
Рет қаралды 156 М.
How to x11 Forward with Putty on Windows
7:01
Tony Teaches Tech
Рет қаралды 32 М.
10 AWESOME Linux Terminal Applications and Utilities
16:18
TechHut
Рет қаралды 138 М.
8 super heroic Linux commands that you probably aren't using
8:38
Engineer Man
Рет қаралды 726 М.
Blue Mobile 📲 Best For Long Audio Call 📞 💙
0:41
Tech Official
Рет қаралды 1 МЛН
Самый дорогой кабель Apple
0:37
Romancev768
Рет қаралды 291 М.
Опыт использования Мини ПК от TECNO
1:00
Андронет
Рет қаралды 648 М.
Klavye İle Trafik Işığını Yönetmek #shorts
0:18
Osman Kabadayı
Рет қаралды 122 М.
После ввода кода - протирайте панель
0:18
Up Your Brains
Рет қаралды 1,1 МЛН