How to Make an SSH Proxy Tunnel

Поделиться
HTML-код
  • Опубликовано: 16 май 2022
  • Learn how to setup an SSH tunnel proxy server as an intermediary between a local computer and remote server providing an inaccessible resource or service.
    You might also like these other SSH tunnel videos:
    • SSH reverse tunnel: • How to Reverse SSH Tunnel
    • SSH tunnel: • How to SSH Tunnel (sim...
    Code snippets and more at tonyteaches.tech/ssh-proxy-tu...
    Check out my vlog channel @TonyFlorida
    #ssh
  • ХоббиХобби

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

  • @hiro01231x
    @hiro01231x 2 года назад +12

    I was just about to do the same thing with this video. It really helps. Time is passing at a dizzying pace these days. Thank you Tony for all your detailed explanations.
    I will watch it over and over again.

  • @hassenbouchhiwa9827
    @hassenbouchhiwa9827 2 года назад +2

    Thank you so much . The examples were so clear and easy to follow

  • @armantahery8432
    @armantahery8432 Год назад +1

    thnx it was one the most practical video about ssh tunneling I've seen in the youtube

  • @Ghislo
    @Ghislo Год назад +1

    bro you give me chill vibes while learning something I don’t like that much. thank you so much!!

  • @neallyrice
    @neallyrice 8 месяцев назад +3

    What if I have 2 proxies?

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

    This is really helpful!! thank you!

  • @svenskaproxy5287
    @svenskaproxy5287 2 года назад +1

    Wow, thanks for explaining!!!

  • @gorgeous_cloud
    @gorgeous_cloud Год назад +1

    I've been unclear with this for years, and now it's so clear and explained so well. Thanks

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

    Perfect Video

  • @martinjanata7091
    @martinjanata7091 6 месяцев назад

    Helpful, thanks.

  • @wparsa
    @wparsa 5 месяцев назад

    Thank you so much Tony

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

    You can more than 1 -L option and point to many ports or diff servers too. It's very neat and safe. Optus Australia could learn a bit from this video 😆

    • @neallyrice
      @neallyrice 8 месяцев назад +1

      In that case, a second -L option would consider local as the original local machine or the first proxy?

  • @zacherywest1005
    @zacherywest1005 Год назад +2

    Will this work with the remote -R rather than the local -L option the same? I have a home server I wish to access from the internet without opening ports on my home network. I’m thinking a reverse ssh proxy vps will do the trick. Thanks yo

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

    Bro great work

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

    awesome and really simple explanation as always. but whats the basic difference b/w ssh tunnel and proxy tunnel?? i think its basically the same

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

    awesome!!! it works to me.

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

    Can I route my windows DNS request traffic over SSH tunnel ? my ISP is spoofing DNS, I need to forward my DNS requests over SSH tunnel to my VPS overseas.

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

    Please make a video about turn server audio video calling system setup for nextcloud

  • @HarrisFS
    @HarrisFS 5 месяцев назад

    Now do a video about ssh over socks5 proxy to tunnel your Internet traffic thru. (You also need a proxy switcher extension on your browser)

  • @Maniok84
    @Maniok84 2 года назад +1

    Hey, great work. The more videos I watch about ssh possibilities the more friendly it is for me.
    Is there a way to connect to a remote server over NAT without public IP by using VPS with public IP as proxy?
    My PC -> VPS -> Server
    I thought about setting up a SSH tunnel between VPS and Server but I don't know what to do next.

  • @meysammal1060
    @meysammal1060 3 месяца назад

    How to configure the private server that only accepts proxy server?

  • @IBITZEE
    @IBITZEE 2 года назад +1

    Nice info... great!
    What about a video on SSH full tunnel (like a VPN)...
    and a video about the SSH -J switch(jump/proxy)...

  • @wrongdesire
    @wrongdesire Год назад +1

    hi there , is it possible to connect to a vpn server by ssh tunnel? basicly i want to connect to a server from my own country (ex xx:xx:xx:xx )and use that to bypass the limit that i currently have to connect to a vpn server in another country (like ww:ww:ww:ww) , all these stuff that i want to do is because i have limitation on my normal internet which my server does not

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

      Hi . did you find an answer ? looking for something like that .

    • @wrongdesire
      @wrongdesire Год назад +1

      @@moh13666 not really

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

    The IP in the diagram is wrong, right ?

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

    When is such a tunnel usually used in practice?

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

      I have a video on running macOS on AWS next week and there is a good example of ssh tunnel in there. See you over there

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

    Add timestamps if you care.

  • @SquashMayhem
    @SquashMayhem 4 месяца назад

    Still doesn't make sense to me. You have 3 devices in your diagram but you were only using two devices.