...
- From the UI navigate to Locations > Connections > SHH
- Change commandprefixcode to SUDO
- Change usecommandprefix to True
The command is:
{set the path};if sudo -l {command}>/dev/null; then sudo {command}; else {command};fi
...
...
The command is:
{set the path};if sudo -l {command}>/dev/null; then sudo {command}; else {command};fi
...