Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions app/security/yubikey/yubikey-pam-authentication.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,10 @@ EOF

sudo install -o root -g root -m 0440 "$tmp" /etc/sudoers.d/99-yubikey-prompt
rm -f "$tmp"
else
status "Prompt already configured in /etc/pam.d/sudo."
fi

echo "PAM authentication with YubiKey has been configured for system-wide use."
echo "This includes sudo, login, and GUI password prompts."
echo "Please test it by running 'sudo ls' in a new terminal."
echo "If it doesn't work, you can still use your password."
fi
fi