Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. From the UI navigate to Locations > Connections > SHH
  2. Change commandprefixcode to SUDO
  3. Change usecommandprefix to True

 

 

The command is:

{set the path};if sudo -l {command}>/dev/null; then sudo {command}; else {command};fi

...