Add FIDO2-HID-Bridge in alias.sh
As I use pc/sc fido key as my fido device.
This commit is contained in:
parent
a907d42d89
commit
26a6c08eae
1 changed files with 7 additions and 0 deletions
7
alias.sh
7
alias.sh
|
@ -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'
|
||||
|
||||
# 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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue