mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
Add option to ssh-agent to add a default value for the maximum lifetime of identities added to the agent.
9 lines
182 B
Desktop File
9 lines
182 B
Desktop File
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Service]
|
|
ExecStart=@openssh@/bin/ssh-agent -D -a %t/ssh-agent -t 1337
|
|
|
|
[Unit]
|
|
Description=SSH authentication agent
|
|
Documentation=man:ssh-agent(1)
|