Simple SSH port forward in Golang

前端 未结 4 878
忘掉有多难
忘掉有多难 2020-12-28 09:45

I\'m trying to create (and later close) a simple TCP port forward over SSH with Go. I\'m new to Golang and statically typed languages. (Coming from Ruby.)

In a termi

4条回答
  •  一生所求
    2020-12-28 10:29

    I Wrote a tool,Called gosshtool,with this tool,you can easy to create a simple TCP port forward over SSH with Go.https://github.com/scottkiss/gosshtool

    I use this tool implemented a port forward server example project: https://github.com/scottkiss/gooverssh

提交回复
热议问题