systemd-tty-ask-password-agent
List or process pending systemd password requests. More information: <https://www.freedesktop.org/software/systemd/man/systemd-tty-ask-password-agent.html>.
Install
- All systems
-
curl cmd.cat/systemd-tty-ask-password-agent.sh
- Debian
-
apt-get install systemd - Ubuntu
-
apt-get install systemd - Arch Linux
-
pacman -S systemd - Kali Linux
-
apt-get install systemd - CentOS
-
yum install systemd - Fedora
-
dnf install systemd - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install systemd - Raspbian
-
apt-get install systemd
List or process pending systemd password requests. More information: <https://www.freedesktop.org/software/systemd/man/systemd-tty-ask-password-agent.html>.
-
List all currently pending system password requests:
systemd-tty-ask-password-agent --list -
Continuously process password requests:
systemd-tty-ask-password-agent --watch -
Process all currently pending system password requests by querying the user on the calling TTY:
systemd-tty-ask-password-agent --query -
Forward password requests to wall instead of querying the user on the calling TTY:
systemd-tty-ask-password-agent --wall
© tl;dr; authors and contributors