SSH Tunneling - A Deep Dive

  Рет қаралды 10,485

0612 TV w/ NERDfirst

0612 TV w/ NERDfirst

Күн бұрын

We've previously covered how to do SSH Tunneling on Friday Minis, but what exactly is it? What's the context behind doing something like this? Today, we dive deep into the benefits and thought processes behind SSH Tunneling!
= CONTENTS PAGE =
0:00 Opening
1:17 Contents Page
2:07 PART 1: Networking Basics
3:35 Local Server Applications
4:19 Remote Access and Control
5:55 Remote Desktop Access
6:34 Introduction to Telnet and SSH
7:33 PART 2: Servers & Server Applications
8:57 Server Address Binding
9:52 Standard Server Addresses
10:33 Local-Only Server
11:50 Requirements for a "Safe" Server
12:40 PART 3: Using SSH for this Purpose
13:21 Introduction to Tunneling
14:45 Benefits of SSH Tunneling
15:23 Demo: SSH Tunneling
16:09 OpenSSH Command Explanation
17:20 Demo: Servers over SSH Tunnels
18:18 Explanation: Servers over SSH Tunnels
18:51 Using 0.0.0.0 Instead
20:21 Conclusion
= 0612 TV =
0612 TV, a sub-project of NERDfirst.net, is an educational KZfaq channel. Started in 2008, we have now covered a wide range of topics, from areas such as Programming, Algorithms and Computing Theories, Computer Graphics, Photography, and Specialized Guides for using software such as FFMPEG, Deshaker, GIMP and more!
Enjoy your stay, and don't hesitate to drop me a comment or a personal message to my inbox =) If you like my work, don't forget to subscribe!
Like what you see? Buy me a coffee → www.nerdfirst.net/donate/
0612 TV Official Writeup: nerdfirst.net/0612tv
More about me: about.me/lcc0612
Official Twitter: / 0612tv
= NERDfirst =
NERDfirst is a project allowing me to go above and beyond KZfaq videos into areas like app and game development. It will also contain the official 0612 TV blog and other resources.
Watch this space, and keep your eyes peeled on this channel for more updates! nerdfirst.net/
-----
Disclaimer: Please note that any information is provided on this channel in good faith, but I cannot guarantee 100% accuracy / correctness on all content. Contributors to this channel are not to be held responsible for any possible outcomes from your use of the information.

Пікірлер: 27
@QWERD195
@QWERD195 8 күн бұрын
Of all videos I've recently watched on the topic, only your explanation clicked with me. It takes talent to give a high level overview of a difficult subject and piece it together the way you did here so it still makes sense in the end for someone like me who is a complete beginner.
@NERDfirst
@NERDfirst 8 күн бұрын
Hello and thank you very much for your comment! Really glad I was able to shed some light on this topic for you =)
@konstantinrebrov675
@konstantinrebrov675 2 жыл бұрын
The best explanation of SSH and networking that I have seen on the KZfaq to date!
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@melaronvalkorith1301
@melaronvalkorith1301 6 ай бұрын
Truly excellent explanation. Many creators still make too many assumptions about their audience's knowledge when giving an "absolute basic" explanation. You really broke this down into it's important components, briefly explained each at a high level, and then showed how that fit together to explain the subject. Well done!
@NERDfirst
@NERDfirst 6 ай бұрын
Hello and thank you so much for your comment! That's exactly what I aim to do, so it's great to hear that it works =)
@manuelavendano3891
@manuelavendano3891 2 жыл бұрын
Watching these kinds of explanations, makes me believe we are closer to getting an internet full of high-quality, pedagogy-oriented lectures, regardless of the topic. What a time to study Computing!
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! What I can say for sure is KZfaq is a great platform for creating focused educational content like this as opposed to in a more traditional setting. I'm glad you find my work useful!
@AnantaAkash.Podder
@AnantaAkash.Podder Ай бұрын
One of the finest explanation of SSH...❤️
@NERDfirst
@NERDfirst Ай бұрын
Hello and thank you so much for your comment! I'm glad you think so, I poured my heart into this one so this was good to hear!
@x6zc
@x6zc 2 ай бұрын
i've been browsing the web for 2 nights and your explanation is the best so far, and btw solve my problem, tnx a lot😁👍
@NERDfirst
@NERDfirst 2 ай бұрын
You're welcome! Very happy to be of help =)
@sean-qo4vc
@sean-qo4vc Жыл бұрын
This is an excellent explanation👏 as well as the other info on networking concepts, thank you shukran
@NERDfirst
@NERDfirst Жыл бұрын
You're most welcome! Really glad you found the video useful :)
@JediMocro
@JediMocro 3 жыл бұрын
Wederom een weerzinwekkend prachtige video. Je dacht dat we weg waren, maar we zijn er nog. Goed bezig!
@NERDfirst
@NERDfirst 3 жыл бұрын
Heya JediMocro, glad to hear from you again. I'm definitely still around, just been busier these days. Thanks for sticking around as always =)
@tanchienhao
@tanchienhao 2 жыл бұрын
awesome explanation :DD
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you for your comment! Glad you liked the video =)
@user-wr4yl7tx3w
@user-wr4yl7tx3w 2 жыл бұрын
Best explanation so far
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@madregular
@madregular 2 жыл бұрын
so if I have PC1 connected to PC2 using RDP, and PC2 connected to the server using SSH. Is PC1 talking to PC2 using SSH? or is that still RDP?
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you for your comment! Without probing deeper into what you're doing, or what your actual objective is, it sounds to me like the communications between PC1 and PC2 is still going to be RDP. The benefits of SSH do not extend to the part of the connection it's not involved with.
@user-jx8uz6tb6k
@user-jx8uz6tb6k 11 ай бұрын
What is the point of using services, like ngrok, if we could tunnel everything through this command. Is it ok to use it in production :)?
@NERDfirst
@NERDfirst 11 ай бұрын
Hello and thank you for your comment! These aren't really comparable. You'll need to SSH into a computer in order for SSH Tunneling to work, and allowing this basically means your users can access the filesystem and execute programs on your server. Not exactly what you want from a security perspective.
@rachana481
@rachana481 2 жыл бұрын
this is a good video but i am still a bit confused about ssh tunneling
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you for your comment! Let me know what you're unclear about and I'll try to clarify it for you.
@kebman
@kebman Жыл бұрын
Concept number 1: How to turn off server logging :)
SSH Tunnels SIMPLIFIED!
19:49
Shawn Powers
Рет қаралды 45 М.
SSH Tunneling - Local & Remote Port Forwarding (by Example)
17:43
Hussein Nasser
Рет қаралды 241 М.
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 10 МЛН
How SSH Works
8:54
Mental Outlaw
Рет қаралды 499 М.
VPNs, Proxies and Secure Tunnels Explained (Deepdive)
13:12
LiveOverflow
Рет қаралды 77 М.
How NVIDIA just beat every other tech company
9:20
Mrwhosetheboss
Рет қаралды 1 МЛН
PhD AI student explains how China already have won in AI..
13:28
livinlavidaluke
Рет қаралды 27 М.
SSH Keys
10:12
RobEdwards
Рет қаралды 105 М.
Mastering SSH Tunneling: Best Tips & Tricks (2024)
11:18
Ahmed Elfakharany
Рет қаралды 4,8 М.
How to Reverse SSH Tunnel
9:58
Tony Teaches Tech
Рет қаралды 37 М.
Use SSH as a SUPER SNEAKY VPN!
12:08
Shawn Powers
Рет қаралды 10 М.
Строим свой PAM на основе Teleport
59:50
Positive Events
Рет қаралды 1,3 М.