summaryrefslogtreecommitdiffstats
path: root/.ssh/config
blob: 52e0c981a57a5a162f412e88aec4e9a4673ac26b (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 archlinux.local
  ForwardAgent yes
  StreamLocalBindUnlink yes

Host *
  ServerAliveInterval 300