Create Secure Tunnel Using SSH on Rocky Linux

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024
  • Using two Rocky Linux 8.10 systems we demonstrate how to create secure tunnels between two devices. One device may be an embedded device running http that cannot be upgraded to HTTPS but does support SSH connects. We can secure communication using an SSH Tunnel between the two devices.
    From the command line:
    ssh -fNL 808:localhost:80 vagrant@172.16.247.158
    Or from .ssh/config
    Host mytunnel
    HostName 172.16.247.158
    User vagrant
    LocalForward 8080 localhost:80
    Compression yes
    RequestTTY no
    Additionally you can find my video courses on Pluralsight: pluralsight.com... and take time to see my own site www.theurbanpen...

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

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

    Thanks for sharing your knowledge. Your videos are always very informative. But please, remove that yellow flashing animation. It has no use and is just irritating. Thanks!

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

      It will be removed on going. A video went out today but your feedback is appreciated and I will act upon it

  • @stefangheorghe3733
    @stefangheorghe3733 3 หลายเดือนก่อน +1

    really useful.

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

      Thank you older technology but really useful as you say

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

    👍Thanks again.

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

    Please drop the yellow audio animation at your logo, that’s only for channels without content

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

      Thank you for your feedback. Truly appreciated. New video just gone out but I will try with the animation in future

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

    localhost:80 is not laptop its remote localhost

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

      I love the idea of a remote localhost

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

      @@theurbanpenguin its localhost looking from remote entrypoint