summaryrefslogtreecommitdiff
path: root/home/xyz/.config/systemd/user
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-04-29 03:36:07 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-04-29 03:37:55 -0700
commit05f6606fcb6a13e42ebb7e789ef1f2ab34273108 (patch)
tree35c323f0d80c34a57177d4a34e604523a4fded32 /home/xyz/.config/systemd/user
parentcd4b66754bc50d65ce2c7a7952baf6a8d16682ff (diff)
increase ssh-agent time from 30 min to 1 hr
Diffstat (limited to 'home/xyz/.config/systemd/user')
-rw-r--r--home/xyz/.config/systemd/user/ssh-agent.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.config/systemd/user/ssh-agent.service b/home/xyz/.config/systemd/user/ssh-agent.service
index 9773bc05..e867c4b1 100644
--- a/home/xyz/.config/systemd/user/ssh-agent.service
+++ b/home/xyz/.config/systemd/user/ssh-agent.service
@@ -11,7 +11,7 @@ Type=simple
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
# DISPLAY required for ssh-askpass to work
Environment=DISPLAY=:0
-ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK -t 1800
+ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK -t 3600
# github White-Oak approach
# https://github.com/White-Oak/arch-setup-for-dummies/blob/master/setting-up-ssh-agent.md