Doas
doas, an alternative to sudo Everybody knows sudo … right ? the bsd guys just hacked an alternative tool calleed doas …
simple, secure and clever
example follow later, here a good and quick tutorial.
An introduction on Vultr, the Source Code on Github and the Man Page
Quick and Dirty, Full Permission for group wheel run as root
if [ -f /etc/doas.conf ]; then echo "permit nopass keepenv :wheel" >> /etc/doas.