4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
  • thumbnail
    ip - How to make ssh tunnel open to public? - Super User

    -R [bind_address:]port:host:hostport

    ssh -R *:8080:localhost:80 -N root@website.com
    or
    ssh -R 0.0.0.0:8080:localhost:80 -N root@website.com
    or
    ssh -R [::]:8080:localhost:80 -N root@website.com

    Note that if you use OpenSSH sshd server, the server's GatewayPorts option needs to be enabled (set to yes or clientspecified) for this to work (check file /etc/ssh/sshd_config on the server). Otherwise (default value for this option is no), the server will always force port bound on the loopback interface only.

    16 avril 2015 à 11:40:11 UTC+2 - permalink - archive.org - http://superuser.com/questions/588591/how-to-make-ssh-tunnel-open-to-public
    remote ssh tunnel
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation