Go to file
2023-03-24 17:48:25 +08:00
forward-tunnel.c 20230324 2023-03-24 17:48:25 +08:00
forward-tunnel.h 20230324 2023-03-24 17:48:25 +08:00
Makefile 20230324 2023-03-24 17:48:25 +08:00
README.md 20230324 2023-03-24 17:48:25 +08:00
reverse-tunnel.c 20230324 2023-03-24 17:48:25 +08:00

libssh2_tunnel

Linux libssh2 正向隧道

build

git clone https://git.aixiao.me/aixiao/libssh2-tunnel.git
cd libssh2-tunnel
make clean; make

test

root@NIUYULING:/mnt/c/Users/niuyuling/Desktop/libssh2-tunnel# ./forward-tunnel -h
   STunnel SSH forward tunnel
Author: AIXIAO@AIXIAO.ME
Version: 1.0
Usage: [-d] [-rsplueh?]

Options:
    -d                     : Background running
    -r                     : SSH Server IP
    -p                     : SSH Server Port (default: 22)
    -u                     : SSH Server User
    -e                     : SSH Server User Passwd
    -s                     : Remote Dest Port (default: 3306 1521)
    -l                     : Local_Listen Port
    -? -h                  : help information


Mar 24 2023 17:46:41 Compile、link.

root@NIUYULING:/mnt/c/Users/niuyuling/Desktop/libssh2-tunnel#