SSH Dynamic Port Forwarding

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

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

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

    Wonderful, exactly what I wanted

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

    Thanks for such great explanation and the demonstration as well!

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

    Nice video, very clear concepts.

  • @adrianoros4083
    @adrianoros4083 3 ปีที่แล้ว

    Thank you for this very well descripted video with images, please keep up the gr8 work

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

      Thanks you, Adrian. I appreciate the comment.

  • @AhmedAymanElSayed-e1i
    @AhmedAymanElSayed-e1i 9 หลายเดือนก่อน

    Very nice video, thanks!

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

    thanks for making this

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

    very helpful!

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

    great video m8!

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

    Good video, and by the way, is there a way to forward UDP packet?

    • @securerandom5420
      @securerandom5420  20 วันที่ผ่านมา

      SSH port forwarding does not natively support forwarding UDP packets, as it is designed to handle TCP connections. However, there are alternative solutions to forward UDP traffic such as Socat, Netcat or SHUTTLE if you really need to stick with SSH. SHUTTLE rocks, I should make a video on it.

  • @b8357-b7z
    @b8357-b7z 4 หลายเดือนก่อน

    Is it pssible to proxy any port (no only http(s))? Or all ports?

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

      Yes. If you connect to your server with "ssh -D 1080 bastion.securecorp.io" it creates a socks5 proxy that listens on your local port 1080. Then you can then use a tool like "proxychains" to forward any TCP port through it. An example would be scanning TCP ports with Nmap through it like so "proxychains nmap -Pn -sT 192.168.1.100".

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

    very good video. OpenSSH is so powerful.. screw VPN for most cases ;)