An open API service indexing awesome lists of open source software.

https://github.com/leffss/sshproxyserver

go 实现的 sshproxyserver
https://github.com/leffss/sshproxyserver

Last synced: 5 months ago
JSON representation

go 实现的 sshproxyserver

Awesome Lists containing this project

README

          

### 说明
go 语言使用 `golang.org/x/crypto/ssh` 实现的 sshproxyserver。数据流向:客户端 ----> sshproxyserver ----> 后端真实 ssh 服务器。

在此基础上可以干的事情:
- 集成到堡垒机系统中
- 实现命令审计、记录
- 其他

### 预览
![效果](https://github.com/leffss/sshproxyserver/blob/master/screenshots/1.PNG?raw=true)
![效果](https://github.com/leffss/sshproxyserver/blob/master/screenshots/2.PNG?raw=true)

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