sudoreplay

Provide limited super user privileges to specific users

Install

All systems
curl cmd.cat/sudoreplay.sh
Debian Debian
apt-get install sudo
Ubuntu
apt-get install sudo
Alpine
apk add sudo
Arch Arch Linux
pacman -S sudo
image/svg+xml Kali Linux
apt-get install sudo
CentOS
yum install sudo
Fedora
dnf install sudo
Windows (WSL2)
sudo apt-get update sudo apt-get install sudo
Raspbian
apt-get install sudo
Docker
docker run cmd.cat/sudoreplay sudoreplay powered by Commando

sudo

Provide limited super user privileges to specific users

Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. This version is built with minimal shared library dependencies, use the sudo-ldap package instead if you need LDAP support for sudoers.

sudo-ldap

Provide limited super user privileges to specific users

Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. This version is built with LDAP support, which allows an equivalent of the sudoers database to be distributed via LDAP. Authentication is still performed via pam.