https://github.com/leffss/sshproxyserver
go 实现的 sshproxyserver
https://github.com/leffss/sshproxyserver
Last synced: 5 months ago
JSON representation
go 实现的 sshproxyserver
- Host: GitHub
- URL: https://github.com/leffss/sshproxyserver
- Owner: leffss
- License: mit
- Created: 2020-03-20T03:21:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T08:44:34.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T05:10:50.483Z (almost 2 years ago)
- Language: Go
- Size: 75.2 KB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 说明
go 语言使用 `golang.org/x/crypto/ssh` 实现的 sshproxyserver。数据流向:客户端 ----> sshproxyserver ----> 后端真实 ssh 服务器。
在此基础上可以干的事情:
- 集成到堡垒机系统中
- 实现命令审计、记录
- 其他
### 预览


### MIT License
```
Copyright (c) 2020 leffss
```