How to SSH Tunnel (simple example)

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • Learn how to setup a basic SSH tunnel to access remote server resources that may be blocked by a firewall or simply inaccessible over the internet.
    You might also like these other SSH tunnel videos:
    • SSH reverse tunnel: • How to Reverse SSH Tunnel
    • SSH proxy tunnel: • How to Make an SSH Pro...
    Code snippets and more at tonyteaches.te...
    Check out my vlog channel @TonyFlorida
    #ssh

ความคิดเห็น • 77

  • @vasilyfilippov3415
    @vasilyfilippov3415 ปีที่แล้ว +33

    This the most understandable explanation of the tunnels on the Internet. I'm saying that after wasting several hours trying to understand the tunnels so believe me. THANK YOU VERY MUCH!

  • @e33or772
    @e33or772 2 หลายเดือนก่อน +2

    No long intros, no talking in circles, simple and straight to the point explanation. Subscribed!

  • @richardwalters9249
    @richardwalters9249 หลายเดือนก่อน

    perhaps a better way of saying that would be:
    "We are binding the local workstation's port 8888 to the remote server's port 80 via the normal ssh connection. And ... as long as the ssh connection is running, our computer (through its local port 8888) will see anything that is fed to the remote server's port 80".

  • @morghulisvalar448
    @morghulisvalar448 2 หลายเดือนก่อน +1

    although you are a bit nervous when making this video, you did a great job explaining what ssh tunneling is , highly appreciate. Well done bro!

  • @AmarjeetAnandsingh
    @AmarjeetAnandsingh 2 ปีที่แล้ว +4

    This is superb.
    Great thanks for this video.
    Please keep uploading demonstrations like this.

  • @sayyedarijab7018
    @sayyedarijab7018 13 วันที่ผ่านมา

    can you explain what is root in the SSH
    command ?

  • @scientiest12
    @scientiest12 2 ปีที่แล้ว +2

    Bro, please make a video which explains how to use SSH on android to bypass censorship/firewalls. Also, without root would be more nice. Please reply, and thanks.

    • @TonyTeachesTech
      @TonyTeachesTech  2 ปีที่แล้ว +1

      I've used JuiceSSH on Android before, but not for that use case

    • @scientiest12
      @scientiest12 2 ปีที่แล้ว

      @@TonyTeachesTech Can you please hint me towards how to find a tutorial about how to do that, if you know about any? :)

    • @TonyTeachesTech
      @TonyTeachesTech  2 ปีที่แล้ว

      @@scientiest12 Really easy to use JuiceSSH. It's a terminal for Android, so you can simply install it and use it like any terminal on Mac or Linux

  • @Hassibayub
    @Hassibayub 2 ปีที่แล้ว +11

    This is undoubtedly the best-demonstrated explanation in simple words. Thanks, Tony!

  • @sangeetakale5817
    @sangeetakale5817 6 หลายเดือนก่อน

    What is the use of tunneling,as we access the web page by login into server through ssh

  • @mahdihabchaoui1392
    @mahdihabchaoui1392 5 หลายเดือนก่อน

    How do we use it to get free internet by making config

  • @Whatever-f1j
    @Whatever-f1j 8 หลายเดือนก่อน +1

    WOW!! this is quite simple and straight forward, can't be explained better!

  • @niloyrudra7905
    @niloyrudra7905 2 ปีที่แล้ว +3

    nice one. Keep up your good work Tony!

  • @dryice-tech
    @dryice-tech 5 หลายเดือนก่อน

    thats port forwarding not tunnel

  • @256Bits
    @256Bits 2 ปีที่แล้ว +3

    Nice MrBeast shirt tony!

  • @HiimDenis
    @HiimDenis 6 หลายเดือนก่อน

    I need UDP ports :(

  • @aniket-kulkarni
    @aniket-kulkarni หลายเดือนก่อน

    This deserves an instant subscribe. Thank you so much for such clear explanation. It just doesn't show how but also show why. Amazing.

  • @KlasKay
    @KlasKay ปีที่แล้ว

    TBH, a very basic explanation to use SSH Tunnel.
    Nothing explained by Teacher about how it works which I was looking for.

  • @JorgeDiaz-ej3bn
    @JorgeDiaz-ej3bn 5 หลายเดือนก่อน

    Great video but tony maybe a recom is that instead of going roundbout or ramble, you could use some diagrams to express it, keep it up

  • @emiliorodriguez61
    @emiliorodriguez61 หลายเดือนก่อน

    Tony thanks I appreciate the simplified explanation. it is not easy to do.

  • @likeplayinghello04
    @likeplayinghello04 10 หลายเดือนก่อน

    Why when creating the tunnel with SSH you didn' t have to type a password ? Thanks, very good video.

  • @sinikiwemapuke2063
    @sinikiwemapuke2063 2 หลายเดือนก่อน

    THANK YOU!!

  • @AdityaPatel-o6r
    @AdityaPatel-o6r หลายเดือนก่อน

    thanks man

  • @Alexyslozada
    @Alexyslozada ปีที่แล้ว +1

    Genial, simple, sencillo y concreto. Muchas gracias.

  • @adityahpatel
    @adityahpatel ปีที่แล้ว

    this is one the most unintuitive ways to explain. You should start with simple example slowly and go step by step. You started with 2 screens - first off, which is local and which is remote. In both windows u show root@remote, extremely hard to follow

  • @hiddenskytr
    @hiddenskytr ปีที่แล้ว

    Hello, I have one vps, one local network. I have cgnat in my house. I want to bypass cgnat and open port 80. I want to set up httpd in my local network and connect via ssh tunnel with server ip. How can I do it?

  • @Kuwabarashibuya
    @Kuwabarashibuya ปีที่แล้ว

    stop simplifying things in a tutorial some people will not understand

  • @KiaPashang
    @KiaPashang ปีที่แล้ว

    how can we create a network interface with ssh tunnel or using sshuttle ??

  • @SimpleProgrammerAU
    @SimpleProgrammerAU 4 หลายเดือนก่อน

    I was searching all over for a guide to connect to PSQL on my remote without having to undo all the security. I knew I needed an SSH tunnel, but all the tutorials I could find did a terrible job. This video was so easy to follow and such a clear explanation. I didn't need any assistance with getting to PSQL once I understood how tunnels are setup and how they work.

  • @hellomihai
    @hellomihai 9 หลายเดือนก่อน

    THE BEST explanation and perfect example!!

  • @matari_ganan
    @matari_ganan ปีที่แล้ว

    thanks so much sir! 🎩 i was confused about why use tunnel when I can still SSH without it. I was missing the fact that my ufw wasn't enabled 👍

  • @0xrohit54
    @0xrohit54 2 ปีที่แล้ว

    Thank you sir..finally got a gem in explanaing ssh tunnelling ..clear explanation sir..now i can understand what is ssh tunnelling..i would be appreciatable if you make another video of explaning all the type of ssh tunnelling [local/remote/dynamic]

    • @TonyTeachesTech
      @TonyTeachesTech  2 ปีที่แล้ว

      Check these out:
      - SSH reverse tunnel: th-cam.com/video/TZ6W9Hi9YJw/w-d-xo.html
      - SSH proxy tunnel: th-cam.com/video/F-ubwghsWPM/w-d-xo.html

  • @carlosalvarado5331
    @carlosalvarado5331 10 หลายเดือนก่อน

    Very simple explanation it was very useful to connect to my db thanks

  • @coolcoder5388
    @coolcoder5388 2 ปีที่แล้ว

    Bro are using hackintosh pls reply

  • @perastusovaighoro4924
    @perastusovaighoro4924 ปีที่แล้ว

    Hello sir please how I contact you directly

  • @mahdihabchaoui1392
    @mahdihabchaoui1392 5 หลายเดือนก่อน

    😮

  • @norisnica
    @norisnica ปีที่แล้ว

    this is the video where i finally got it. thanks!

  • @michamarkus2507
    @michamarkus2507 7 หลายเดือนก่อน

    Thank you, I understood now :)

  • @redheadhammer3527
    @redheadhammer3527 ปีที่แล้ว

    I think even a person without any knowledge of IT industry can understand this. ❤❤

    • @TonyTeachesTech
      @TonyTeachesTech  ปีที่แล้ว

      Ahh thanks, that makes me happy to hear

  • @sudoalex
    @sudoalex 2 ปีที่แล้ว +1

    Thanks!

  • @donnievitelloni3806
    @donnievitelloni3806 2 ปีที่แล้ว

    I absolutely agree that this is the simplest explanation of ssh tunneling I have ever heard

  • @diegogomez1640
    @diegogomez1640 2 ปีที่แล้ว

    excelente simple y directo gracias.

  • @alittleextra2832
    @alittleextra2832 ปีที่แล้ว

    Thanks for this. subscribed 👍

  • @adhamadel8937
    @adhamadel8937 ปีที่แล้ว

    Amazing

  • @Onuorahh
    @Onuorahh 11 หลายเดือนก่อน

    Bro, thank you fr man

  • @nagen78
    @nagen78 2 ปีที่แล้ว

    Well explained.

  • @mohammedattaullahshaikh7412
    @mohammedattaullahshaikh7412 ปีที่แล้ว

    Thank You Soooooo Much 💖

  • @csigeuni
    @csigeuni ปีที่แล้ว

    thank you

  • @theprintcentre
    @theprintcentre 2 ปีที่แล้ว

    Great, Tony

  • @inf222
    @inf222 2 ปีที่แล้ว

    Very usefull

  • @aabramek
    @aabramek 2 ปีที่แล้ว

    nice

  • @jimbo1231969
    @jimbo1231969 ปีที่แล้ว

    Terrible. All the false starts and fumbling around...

  • @user-rdr1712
    @user-rdr1712 7 หลายเดือนก่อน

    7:18 Don't we need to enter remote server's password to access the page serving from remote server🤔😅