centos7 config yubikey

2016-06-25  本文已影响53人  it_tom

1. install software

gnupg2 gnupg-agent scdaemon pcscd pcsc-tools libccid

relative linkage  

2. make the keys

relative linkage 

3. config linux

relative linkage 

gpg2 --card-edit

>fetch

>quit


killall ssh-agent gpg-agent

unset GPG_AGENT_INFO SSH_AGENT_PID SSH_AUTH_SOCK

eval $(gpg-agent --daemon --enable-ssh-support)

ssh-add -l

(if you put all the commands to a sh file, then you need to exe it by . or source)


上一篇 下一篇

猜你喜欢

热点阅读