diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-09-29 22:25:16 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-09-29 22:49:03 +0200 |
| commit | 68da6e62e82ecf57b6a82acf7c4402dd1ddb4aa3 (patch) | |
| tree | f3e6b3b6ffb943a5fa7df32114257151ad8939d7 /.ssh | |
| parent | 2823da25ad035327b0f415b6ddf1134db6b34af9 (diff) | |
Minor config updates
Diffstat (limited to '.ssh')
| -rw-r--r-- | .ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index 6f15256..52e0c98 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,7 +4,7 @@ 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 +Host archlinux.local ForwardAgent yes StreamLocalBindUnlink yes |
