Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)
```