clue / reactphp-ssh-proxy

Async SSH proxy connector and forwarder, tunnel any TCP/IP-based protocol through an SSH server, built on top of ReactPHP.
https://clue.engineering/2018/introducing-reactphp-ssh-proxy
MIT License
21 stars 7 forks source link

Simplify usage by supporting new Socket API without nullable loop #28

Closed clue closed 2 years ago

clue commented 2 years ago

Builds on top of #27, https://github.com/reactphp/socket/pull/264 and https://github.com/reactphp/http/pull/419