vssh
vssh copied to clipboard
Go Library to Execute Commands Over SSH at Scale
In situations where one needs to receive large amounts of binary data from a remote server, the only way to do so in vssh is for the remote server to...
i have exist ssh client in my code, how to multiplex it in vssh?
The current streaming implementation allows for chunks of data to be lost in VSSH's default select{} cases, if volumes of data arrive at a rate too high to be processed....
How can we run multiple commands one-by-one, check the response of the previous command and decide if the following command can be executed in the persistent SSH session?
Default buffer size used by bufio.Scanner is 64kb, it will not work if the output is bigger than 64kb, this change makes the StdOut buffer size configurable so that the...
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...