GPG keys for SSH auth
This commit is contained in:
parent
9a5fc4b16d
commit
e28dfe8acc
2 changed files with 4 additions and 0 deletions
2
.local/share/gnupg/gpg-agent.conf
Normal file
2
.local/share/gnupg/gpg-agent.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
enable-ssh-support
|
||||||
|
|
||||||
2
.ssh/config
Normal file
2
.ssh/config
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue