Fix moria gpg forwarding
This commit is contained in:
parent
c519728530
commit
b3f8d92ab6
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ host moria
|
|||
{%@@ if distro_id != "termux" @@%}
|
||||
# Forward GPG agent
|
||||
StreamLocalBindUnlink yes
|
||||
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/{{@@ env['UID'] @@}}/gnupg/S.gpg-agent.extra
|
||||
RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/{{@@ env['UID'] @@}}/gnupg/S.gpg-agent.ssh
|
||||
RemoteForward /run/user/1001/gnupg/S.gpg-agent /run/user/{{@@ env['UID'] @@}}/gnupg/S.gpg-agent.extra
|
||||
RemoteForward /run/user/1001/gnupg/S.gpg-agent.ssh /run/user/{{@@ env['UID'] @@}}/gnupg/S.gpg-agent.ssh
|
||||
{%@@ endif @@%}
|
||||
|
||||
host evendim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue