Create Secure Tunnel Using SSH on Rocky Linux

Поделиться
HTML-код
  • Опубликовано: 26 авг 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 2 месяца назад +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  2 месяца назад +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 2 месяца назад +1

    really useful.

    • @theurbanpenguin
      @theurbanpenguin  2 месяца назад

      Thank you older technology but really useful as you say

  • @guilherme5094
    @guilherme5094 2 месяца назад

    👍Thanks again.

  • @jtl789456123
    @jtl789456123 2 месяца назад

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

    • @theurbanpenguin
      @theurbanpenguin  2 месяца назад

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

  • @sveu3pm
    @sveu3pm Месяц назад

    localhost:80 is not laptop its remote localhost

    • @theurbanpenguin
      @theurbanpenguin  Месяц назад

      I love the idea of a remote localhost

    • @sveu3pm
      @sveu3pm Месяц назад

      @@theurbanpenguin its localhost looking from remote entrypoint