Adding remote port forwarding to Golang SSH lib (Part 2)

Adding remote port forwarding to Golang SSH lib (Part 2)


In part 1 (link below), we modified the abstractions in gliderlabs/ssh to support a handler that can handle channels and requests and set up the scaffolding for a remote port forwarding handler....
Tags:golang