Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gpg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dotfiles
gpg
Compare revisions
bc802d92d364e78484a2434f3a57bfc149d3af78 to d9ade40c5bff43c46f642d3816bf109fab28284f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
dotfiles/gpg
Select target project
No results found
d9ade40c5bff43c46f642d3816bf109fab28284f
Select Git revision
Swap
Target
dotfiles/gpg
Select target project
dotfiles/gpg
1 result
bc802d92d364e78484a2434f3a57bfc149d3af78
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (5)
Increase default cache time
· 2180c8fc
Henrik Tjäder
authored
11 months ago
2180c8fc
On ubuntu rely on update-alternatives
· 1035cb9d
Henrik Tjäder
authored
11 months ago
1035cb9d
Also increase SSH passphrase timeout
· 1c990041
Henrik Tjäder
authored
11 months ago
1c990041
Remove path-dependent logging, and external saving
· 539c2ee9
Henrik Tjäder
authored
11 months ago
539c2ee9
Remove pinentry-program option
· d9ade40c
Henrik Tjäder
authored
11 months ago
d9ade40c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gnupg/gpg-agent.conf
+13
-8
13 additions, 8 deletions
.gnupg/gpg-agent.conf
with
13 additions
and
8 deletions
.gnupg/gpg-agent.conf
View file @
d9ade40c
default
-
cache
-
ttl
7200
max
-
cache
-
ttl
7200
# Change default timeout in seconds to
# 6 * 3600 = 21600 6 hours
default
-
cache
-
ttl
21600
max
-
cache
-
ttl
21600
enable
-
ssh
-
support
# MUST be a full path
# pinentry-program /usr/bin/pinentry-tty
pinentry
-
program
/
home
/
USER
/.
gnupg
/
pinentry
-
auto
.
sh
# On ubuntu use update-alternatives
# To set the desired pinentry wrapper instead of setting pinentry-program
# sudo update-alternatives --install /usr/bin/pinentry pinentry (gpgconf --list-dirs homedir)/pinentry-auto.sh 99
# 3 Hours cache on SSH-keys
default
-
cache
-
ttl
-
ssh
108
00
max
-
cache
-
ttl
-
ssh
108
00
default
-
cache
-
ttl
-
ssh
216
00
max
-
cache
-
ttl
-
ssh
216
00
log
-
file
/
home
/
USER
/.
cache
/
gpg
-
agent
.
log
# Disallow saving of password, gpg-agent only cache
no
-
allow
-
external
-
cache
This diff is collapsed.
Click to expand it.