-
+1
In this article we’re going to write a simple program on Go (100 lines), which will execute commands via SSH protocol on hundreds of servers, and will do it quite efficiently. It will be implemented with the help of go.crypto/ssh, which is SSH protocol implementation by authors of Go.
More “advanced” version of the program written in this article is available on github: GoSSHa (Go SSH agent).
Read more →
More “advanced” version of the program written in this article is available on github: GoSSHa (Go SSH agent).
Read more →