Add FIDO2-HID-Bridge in alias.sh

As I use pc/sc fido key as my fido device.
This commit is contained in:
INX "Xenon" 2025-03-24 10:26:42 +08:00
parent a907d42d89
commit 26a6c08eae
Signed by: inx
SSH key fingerprint: SHA256:oEFbclBdeqw4M09C3hfnDej0ioZdzZW6BKxsZH6quX8

View file

@ -22,3 +22,10 @@ alias pwdssh='ssh -o PreferredAuthentications=password -o PubkeyAuthentication=n
alias dolphon='pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=5 KDE_FULL_SESSION=true dolphin' alias dolphon='pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=5 KDE_FULL_SESSION=true dolphin'
# 3. FIDO2-HID-Bridge
# I use old-school smartcard as my fido2 device (its more easy to bring).
# So I need this to use PC/SC device on my laptop browser to use fido things.
# Reminder: yay -S fido2-hid-bridge
alias hidfido='sudo -E fido2-hid-bridge'