https://github.com/dutchcoders/sshproxy
Golang library to proxy ssh connections
https://github.com/dutchcoders/sshproxy
Last synced: 5 months ago
JSON representation
Golang library to proxy ssh connections
- Host: GitHub
- URL: https://github.com/dutchcoders/sshproxy
- Owner: dutchcoders
- License: mit
- Created: 2015-01-06T12:01:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T11:54:46.000Z (over 9 years ago)
- Last Synced: 2025-08-30T16:41:39.776Z (11 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 101
- Watchers: 6
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sshproxy
========
Golang library to proxy ssh connections
## Why
I'm using this library in a honeypot, using this library I can intercept the ssh connections and connect each connection to their own container. Sessions can be recorder using the TypeWriterReadCloser.
## Use cases
* capture the flag
* honeypots
* creating screencasts
* whatever you'd like
## Example
```
go run examples/main.go --dest 172.16.84.182:22 --key examples/conf/id_rsa
```
Screencast of recorded session:
http://jsfiddle.net/qorz0any/1/
## Contributions
Contributions are welcome.
## Creators
**Remco Verhoef**
-
-
## Copyright and license
Code and documentation copyright 2011-2014 Remco Verhoef.
Code released under [the MIT license](LICENSE).