libssh2-tunnel/README.md

31 lines
936 B
Markdown
Raw Normal View History

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
2024-02-22 10:36:59 +08:00
aixiao@NIUYULING:/mnt/c/Users/niuyuling/Desktop/libssh2-tunnel$ ./forward-tunnel -h
2023-03-24 17:48:25 +08:00
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
2024-02-22 10:36:59 +08:00
Jan 3 2024 09:18:55 Compile、link.
2023-03-24 17:48:25 +08:00
2024-02-22 10:36:59 +08:00
aixiao@NIUYULING:/mnt/c/Users/niuyuling/Desktop/libssh2-tunnel$