Skip to content

vodik/gpg-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpg-exec

This useful bits of envoy + gpg-agent distilled into a standalone project, usable without running envoyd.

To use this, create a systemd --user service that looks like this:

[Service]
Type=forking
ExecStart=/usr/bin/gpg-agent --daemon --enable-ssh-support

[Install]
WantedBy=multi-user.target

Then make sure you have the following in your environment (I use ~/.pam_environment):

SSH_AUTH_SOCK=/home/simon/.gnupg/S.gpg-agent.ssh

Then you can use gpg-exec to the same effect as envoy-exec.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages