summaryrefslogtreecommitdiffstats
path: root/.ssh/config
blob: 276c425deab82cf0ca995d0afe1215d9c565a803 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 *.sapera.cloud
  PreferredAuthentications publickey
  IdentityFile ~/.ssh/sapera

Host *
    ServerAliveInterval 300