summaryrefslogtreecommitdiffstats
path: root/.ssh/config
blob: 1b70897b834f82b3b9b47229af427513f462a270 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
  Port 39901
  ForwardAgent yes
  StreamLocalBindUnlink yes

Host *
  ServerAliveInterval 300