SSH.Channel.RequestShell - charonn0/RB-libssh2 GitHub Wiki

SSH.Channel.RequestShell

Method Signatures

 Sub RequestShell()

Remarks

Requests that the user's default shell be started at the other end. Equivalent to ProcessStart("shell", "").

See also