mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
input-event: register YubiKey to SSH agent
This commit is contained in:
parent
b394ff168a
commit
bd60e9da60
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ case "$event,$use,$(uname -n),$name" in
|
||||||
*,XISlaveKeyboard,*,"ThinkPad Extra Buttons")
|
*,XISlaveKeyboard,*,"ThinkPad Extra Buttons")
|
||||||
xkb thinkpad-extra
|
xkb thinkpad-extra
|
||||||
;;
|
;;
|
||||||
*,XISlaveKeyboard,*,"Yubico "*)
|
*,XISlaveKeyboard,*,"Yubico YubiKey OTP+FIDO+CCID")
|
||||||
|
ssh-add -e /usr/lib/x86_64-linux-gnu/libykcs11.so 2> /dev/null
|
||||||
|
ssh-add -s /usr/lib/x86_64-linux-gnu/libykcs11.so
|
||||||
;;
|
;;
|
||||||
*,XISlaveKeyboard,*)
|
*,XISlaveKeyboard,*)
|
||||||
xkb default
|
xkb default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue