Protected
Readonly
Sometimes, ssh2.exec will not execute and retrieve any data right after the ready event fired. In this method, we just perform echo hello in a loop to ensure that the connection is really ready. See also https://github.com/mscdex/ssh2/issues/48
ready
echo hello
Sometimes, ssh2.exec will not execute and retrieve any data right after the
ready
event fired. In this method, we just performecho hello
in a loop to ensure that the connection is really ready. See also https://github.com/mscdex/ssh2/issues/48