diff options
Diffstat (limited to '.ssh/config')
| -rw-r--r-- | .ssh/config | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.ssh/config b/.ssh/config index 1b70897..4fd37fb 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,10 +1,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 *iso.local + Port 22 + StrictHostKeyChecking no + UserKnownHostsFile /dev/null -Host archlinux.local +Host *.local + User a14m Port 39901 ForwardAgent yes StreamLocalBindUnlink yes |
