Yubikey, Smart Cards, OpenSC and GnuPG are pain in the ass to get working. Those snippets here sould help alleviate pain.
To reset and disable not used modes on Yubikey you need the ykman
program
You can install it using those commands
Yubikey, Smart Cards, OpenSC and GnuPG are pain in the ass to get working. Those snippets here sould help alleviate pain.
To reset and disable not used modes on Yubikey you need the ykman
program
You can install it using those commands
# 0 is too far from ` ;) | |
set -g base-index 1 | |
# Automatically set window title | |
set-window-option -g automatic-rename on | |
set-option -g set-titles on | |
#set -g default-terminal screen-256color | |
set -g status-keys vi | |
set -g history-limit 10000 |
XTerm*utf8: 1 | |
XTerm*faceName: DejaVu Sans Mono | |
XTerm*faceSize: 13 | |
XTerm*background: #000000 | |
XTerm*foreground: #aaaaaa | |
XTerm*metaSendsEscape: true | |
XTerm*colorBD: #ffffff | |
XTerm*colorBDMode: true | |
XTerm*cursorBlink: false | |
XTerm*cursorColor: #bbbbcc |