https://github.com/1lann/tport
tport is short for tunnel port. A CLI utility for port forwarding over SSH. Sign in once to your server, forward as many ports in either direction as you need.
https://github.com/1lann/tport
cli-utility go ssh tunnel
Last synced: 9 months ago
JSON representation
tport is short for tunnel port. A CLI utility for port forwarding over SSH. Sign in once to your server, forward as many ports in either direction as you need.
- Host: GitHub
- URL: https://github.com/1lann/tport
- Owner: 1lann
- License: mit
- Created: 2015-10-05T15:04:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T15:06:52.000Z (almost 10 years ago)
- Last Synced: 2025-03-05T00:01:52.139Z (12 months ago)
- Topics: cli-utility, go, ssh, tunnel
- Language: Go
- Size: 1.73 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tport
tport is short for tunnel port. A CLI utility for port forwarding over SSH. Sign in once to your server, forward as many ports in either direction as you need.
## Usage
tport v0.1 by Jason Chu (1lann)
First, connect with
```
tport user@host
```
For tunnels from the local host, to the remote host.
```
tport remote remoteport [localport]
```
For tunnels from the remote host, to the local host.
```
tport local localport [remoteport]
```
```
tport close remote localport
tport close local remoteport
tport close remote/local all
tport close all
```
List all the open tunnels.
```
tport list
```
Disconnect, close all tunnels, and quit the daemon.
```
tport dc/disconnect/logout
```
## License
Licensed under the MIT License. See /LICENSE.