diff --git a/pages/linux/systemd-tty-ask-password-agent.md b/pages/linux/systemd-tty-ask-password-agent.md new file mode 100644 index 000000000..3aef167f5 --- /dev/null +++ b/pages/linux/systemd-tty-ask-password-agent.md @@ -0,0 +1,20 @@ +# systemd-tty-ask-password-agent + +> List or process pending systemd password requests. +> More information: . + +- 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`