summaryrefslogtreecommitdiff
path: root/home/xyz/.config/systemd
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-08-22 19:35:55 -0700
committerxyz <gky44px1999@gmail.com>2022-08-22 19:35:55 -0700
commit0d25c94edb1e7ac03dec5b8bf6fe201e42dab369 (patch)
tree6cfda0ee09cd63fa9fc982a730b4615dfded412a /home/xyz/.config/systemd
parente5d1adeb552a8e4541a8a632da523f00db9a3f17 (diff)
ssh-agent timout change from 1 hour to 30 minutes
Diffstat (limited to 'home/xyz/.config/systemd')
-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 e867c4b1..9773bc05 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 3600
+ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK -t 1800
# github White-Oak approach
# https://github.com/White-Oak/arch-setup-for-dummies/blob/master/setting-up-ssh-agent.md