Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 522 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 522 Bytes

sshproxy

SSH proxy, primarily intended to be used to create replay tests for 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)