mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
added gnupg
This commit is contained in:
parent
ebf18091ef
commit
028501620a
11
gnupg/.config/systemd/user/gpg-agent.service
Normal file
11
gnupg/.config/systemd/user/gpg-agent.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=GnuPG private key agent
|
||||
IgnoreOnIsolate=true
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/gpg-agent --daemon --enable-ssh-support
|
||||
Restart=on-abort
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
1
gnupg/.gnupg/scdaemon.conf
Normal file
1
gnupg/.gnupg/scdaemon.conf
Normal file
@ -0,0 +1 @@
|
||||
reader-port "Yubico Yubikey NEO OTP+CCID 01 00"
|
Loading…
Reference in New Issue
Block a user