diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-03-10 16:48:26 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-03-10 16:48:26 +0100 |
| commit | 0453519c8349f583816316b0dd2c9a9b630ce546 (patch) | |
| tree | b91ff82f47180f36bbdd42593e4aac735cd3941e | |
| parent | b25c8a2572fd4cfa453d69c7c7e811bcae02a357 (diff) | |
Remove old mac configuration for parrotOS ssh
| -rw-r--r-- | .ssh/config | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.ssh/config b/.ssh/config index 975ba3b..276c425 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,10 +1,6 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" -Match exec "hostname | grep -F Work-MBP.local" Host parrotOS - RemoteForward /run/user/1000/gnupg/S.gpg-agent /Users/a.abdelhalim/.gnupg/S.gpg-agent.extra - RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /Users/a.abdelhalim/.gnupg/S.gpg-agent.ssh - -Match exec "hostname | grep -F A14M-MBP.local" Host parrotOS +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 |
