Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pull/45'
Browse files Browse the repository at this point in the history
* origin/pull/45:
  contrib/services/user/ssh-tpm-agent.service: fix SSH_AUTH_SOCK path
  • Loading branch information
Foxboron committed Mar 9, 2024
2 parents 65d5a50 + 8192ce1 commit 64e389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/services/user/ssh-tpm-agent.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Documentation=man:ssh-agent(1) man:ssh-add(1) man:ssh(1)
Requires=ssh-tpm-agent.socket

[Service]
Environment=SSH_AUTH_SOCK=%t/ssh-tpm-agent.socket
Environment=SSH_AUTH_SOCK=%t/ssh-tpm-agent.sock
ExecStart={{.GoBinary}}
PassEnvironment=SSH_AGENT_PID
SuccessExitStatus=2
Expand Down

0 comments on commit 64e389f

Please sign in to comment.