8000 GitHub - wilelm123/reverse_tunnel: The reverse ssh tunnel proxy using go ssh library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wilelm123/reverse_tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a library to implement a reverse ssh tunnel proxy

The Reuqest Flow

           
                                 External IP Addr

+------------+      +-------------+       +--------------+
|            |   4  |             |  3    |              |
|  Local     <------+    Remote   <-------+    External  |
|            |      |             |       |              |
+------------+      +----------+--+       +--------------+
                1                 |  2
          +------------------->+>Listener
           SSH To Remote


Usage:

go mod vendor
go build reverse_tunnel.go
chmod u+x reverse_tunnel
./reverse_tunnel -h

Equal to use ssh command on linux or Mac

ssh -R 3000:127.0.0.1:3000 -N 10.10.10.10

About

The reverse ssh tunnel proxy using go ssh library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0