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
If you run sbc ssh to a remote machine that does not have sbc installed, it should show an error
[Fixed] If you run sbc some_plugin on remote machine and for some reason sbc can't execute the command locally (invalid SSH key, connection lost, plugin does not exist etc.), it should show an error message
[Fixed] Redirect 2 greps to /dev/null
Verify if localhost is running a SSH daemon before connecting (sbc ssh)
The text was updated successfully, but these errors were encountered:
sbc ssh
to a remote machine that does not havesbc
installed, it should show an errorsbc some_plugin
on remote machine and for some reasonsbc
can't execute the command locally (invalid SSH key, connection lost, plugin does not exist etc.), it should show an error messagegrep
s to/dev/null
sbc ssh
)The text was updated successfully, but these errors were encountered: