SSH Tunneling - A Deep Dive

Поделиться
HTML-код
  • Опубликовано: 11 июл 2024
  • 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 RUclips 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 RUclips 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.

Комментарии • 25

  • @AnantaAkash.Podder
    @AnantaAkash.Podder 25 дней назад

    One of the finest explanation of SSH...❤️

    • @NERDfirst
      @NERDfirst  25 дней назад

      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!

  • @konstantinrebrov675
    @konstantinrebrov675 2 года назад +9

    The best explanation of SSH and networking that I have seen on the RUclips to date!

    • @NERDfirst
      @NERDfirst  2 года назад

      Hello and thank you very much for your comment! Glad you liked the video =)

  • @manuelavendano3891
    @manuelavendano3891 2 года назад +6

    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 года назад +3

      Hello and thank you very much for your comment! What I can say for sure is RUclips 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!

  • @melaronvalkorith1301
    @melaronvalkorith1301 6 месяцев назад +1

    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 месяцев назад +1

      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 =)

  • @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 Год назад +1

    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 года назад +1

    awesome explanation :DD

    • @NERDfirst
      @NERDfirst  2 года назад

      Hello and thank you for your comment! Glad you liked the video =)

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w Год назад

    Best explanation so far

    • @NERDfirst
      @NERDfirst  Год назад

      Hello and thank you very much for your comment! Glad you liked the video =)

  • @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 месяцев назад +2

      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.

  • @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.

  • @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 :)