gpg -> gpg2, minor ssh auth fix
parent
8ed8fcf353
commit
94795ef908
|
@ -167,7 +167,7 @@
|
|||
src: pew-media@dirtycow.vtluug.org:/nfs/cistern/share/media
|
||||
path: /media-vtluug
|
||||
fstype: fuse.sshfs
|
||||
opts: allow_other,ro,_netdev,IdentityFile=/home/paul/.ssh/id_rsa
|
||||
opts: allow_other,ro,_netdev,IdentityFile=/home/paul/.ssh/id_rsa_fast
|
||||
state: mounted
|
||||
|
||||
- name: Add Docker GPG key
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
killall gpg-agent
|
||||
rm -rf $HOME/.gnupg/private-keys-v1.d
|
||||
gpg --card-status
|
||||
gpg2 --card-status
|
||||
gpg-connect-agent updatestartuptty /bye
|
||||
|
|
Loading…
Reference in New Issue