request-key
Linux Key Management Utilities
Install
- All systems
-
curl cmd.cat/request-key.sh
- Debian
-
apt-get install keyutils
- Ubuntu
-
apt-get install keyutils
- Alpine
-
apk add keyutils
- Arch Linux
-
pacman -S keyutils
- Kali Linux
-
apt-get install keyutils
- CentOS
-
yum install keyutils
- Fedora
-
dnf install keyutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install keyutils
- Raspbian
-
apt-get install keyutils
- Dockerfile
- dockerfile.run/request-key
- Docker
-
docker run cmd.cat/request-key request-key
powered by Commando
keyutils
Linux Key Management Utilities
Keyutils is a set of utilities for managing the key retention facility in the kernel, which can be used by filesystems, block devices and more to gain and retain the authorization and encryption keys required to perform secure operations.