1
0
Fork 0
ryzowanie/config/systemd/user/ssh-agent.service
2024-06-11 21:55:28 +02:00

10 lines
187 B
Desktop File

[Unit]
Description=SSH key agent
[Service]
Type=simple
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
[Install]
WantedBy=default.target