You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
I may be missing how this is accomplished, but it seems like you should be able to return the stdout result from the executeCommand.
Example:
...
let result=await ssh.executeCommand('uptime')
console.log(result)