Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaksi/sshproxy
SSH proxy, primarily intended to be used to create replay tests for https://github.com/jaksi/sshesame
https://github.com/jaksi/sshproxy
go golang proxy ssh
Last synced: 23 days ago
JSON representation
SSH proxy, primarily intended to be used to create replay tests for https://github.com/jaksi/sshesame
- Host: GitHub
- URL: https://github.com/jaksi/sshproxy
- Owner: jaksi
- License: apache-2.0
- Created: 2021-10-29T20:25:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T11:01:05.000Z (over 1 year ago)
- Last Synced: 2024-06-21T18:51:28.535Z (5 months ago)
- Topics: go, golang, proxy, ssh
- Language: Go
- Homepage:
- Size: 66.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshproxy
SSH proxy, primarily intended to be used to create replay tests for [sshesame](https://github.com/jaksi/sshesame)Displays detailed information about global requests, new channels, channel requests, channel data (stdout and stderr), channel EOF, channel closure and connection closure events from both the client and the server.
```
docker build -t sshproxy .
docker run -itp 127.0.0.1:2022:2022 --rm sshproxy | tee test-$(date +%s).json
# Execute test case against 127.0.0.1:2022 (ssh -p 2022 127.0.0.1)
```