https://github.com/livexy/ssh-proxy
ssh-proxy
https://github.com/livexy/ssh-proxy
proxy-tool ssh-proxy
Last synced: 18 days ago
JSON representation
ssh-proxy
- Host: GitHub
- URL: https://github.com/livexy/ssh-proxy
- Owner: LiveXY
- License: mit
- Created: 2017-11-09T05:03:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T04:19:33.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T12:25:27.741Z (12 months ago)
- Topics: proxy-tool, ssh-proxy
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ssh-proxy
======
安装方法:
```
git clone https://github.com/LiveXY/ssh-proxy.git
cd ssh-proxy
npm install -ddd && npm link
```
使用方法:
```
sshproxy list/start/stop/restart/state/set/add/del/clear [options]
实例:
sshproxy list 查看所有SSH代理服务器信息
sshproxy start 启动默认的SSH代理服务器
sshproxy stop 停止SSH代理服务器
sshproxy restart 重启SSH代理服务器
sshproxy state 查看SSH代理服务器是否启动
sshproxy add -i ssh1 -h host -P port -u user -p password
添加SSH代理服务器,-P默认22、-u默认root
sshproxy del -i ssh1 删除SSH代理服务器ssh1
sshproxy set -i ssh1 -P port 配置默认使用服务器和绑定端口,默认7070
sshproxy clear 清理使用SSH代理服务器
```
可使用在MAC和LINUX系统下