No project description provided
Project description
WebVPN NG
TCP over BUAA WebVPN. 把WebVPN转换成TCP协议,可以转发基于TCP的任意端口(例如:SSH,HTTPS)。
1. Requirements
Python >= 3.8
2. Install
pip install --upgrade webvpn-ng
3. Usage
Login
使用BUAA统一认证账号密码登录WebVPN,个人token请私聊我获取。
wvpn login USERNAME
Port Forwarding
例如,使用本地2222端口访问校内的10.251.0.24:22:
# terminal #1
wvpn forward --port 2222 --rhost 10.251.0.24
# terminal #2
ssh -p 2222 yangming@localhost
# terminal #3
scp -P 2222 yangming@localhost:/data/data.pth .
使用本地的8000端口访问校内的211.71.15.34:6000(Tensorboard):
# terminal
wvpn forward --port 8000 --rhost 211.71.15.34 --rport 6000
# web browser
open http://localhost:8000
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
webvpn_ng-0.1.2.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file webvpn_ng-0.1.2.tar.gz.
File metadata
- Download URL: webvpn_ng-0.1.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.6 Darwin/22.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e05fddd527ebc88a4a58e693c465eda5816b5055b639ae2fd07307c2179bd08
|
|
| MD5 |
79b673e98a4e9b046de29a54b0db468f
|
|
| BLAKE2b-256 |
8606b31f1d1f5ce56ddfb69d26d5756d2fe66896358cac7e754674823dac5571
|
File details
Details for the file webvpn_ng-0.1.2-py3-none-any.whl.
File metadata
- Download URL: webvpn_ng-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.6 Darwin/22.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48f613e5eac38a36b0e08824f766815f2858f3f446a8f028dc33c37d21770fd3
|
|
| MD5 |
6f7147a1a12e6ca23b4ebe23f0f4552b
|
|
| BLAKE2b-256 |
c58506aaf12fc30b5ac35c83853e7e87b46bef7e05a0f7b1bfe5e32e81249557
|