blob: 6f15256cb14de3d12fe1cf904d94751f2ee10a12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
Match exec "hostname | grep -E A14M*" Host parrotOS
RemoteForward /run/user/1000/gnupg/S.gpg-agent /Users/a14m/.gnupg/S.gpg-agent.extra
RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /Users/a14m/.gnupg/S.gpg-agent.ssh
Host parrotOS
ForwardAgent yes
StreamLocalBindUnlink yes
Host *
ServerAliveInterval 300
|