aizu's Knowledge Base
    • Go to: aizu.my Homepage
    • Recent
    • Tags
    • Register
    • Login

    Reverse proxy using SSH

    Linux
    1
    1
    60
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      aizu
      last edited by aizu

      Run this command in your NAT-ed computer

      ssh -v -N -R 2222:localhost:22 [email protected]
      

      -v : verbose
      -N : non-interactive
      -R : reverse
      -f : non-foreground

      Ref: https://en.linuxportal.info/tutorials/shell-ssh-terminal/how-to-get-rid-of-nat-network-stolen-levo-home-or-work-linux-os-computer-with-compiled-ssh-channel-help

      1 Reply Last reply Reply Quote 0
      • First post
        Last post