go-ssh-tunnel
go-ssh-tunnel copied to clipboard
Golang SSH 隧道
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210616213533-5ff15b29337e to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
想要做到 `sshpass -p 'password' ssh -NfR -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" 9000:127.0.0.1:3306 [email protected]` 不知如何修改程式 可否教导一下