gliderlabs / ssh

Easy SSH servers in Golang
https://godoc.org/github.com/gliderlabs/ssh
BSD 3-Clause "New" or "Revised" License
3.67k stars 442 forks source link

Multi-protocol contribution tcp connection problem #225

Closed hktalent closed 8 months ago

hktalent commented 8 months ago
  1. I have currently monitored a tcp, which does not include TLS, and has implemented some other protocols.
  2. How do I hand over tcp connection data to ssh for analysis and processing? Only when the client uses scp to copy files, ssh processing is not required in other situations.

Can you give an example?