From b007ef77bbe8f1e55a9bd2b5a5be2b5ed3f5eebf Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 18 Jun 2025 01:04:47 +0200 Subject: Configure archlinux ssh port --- .ssh/config | 1 + 1 file changed, 1 insertion(+) (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config index 52e0c98..1b70897 100644 --- a/.ssh/config +++ b/.ssh/config @@ -5,6 +5,7 @@ Match exec "hostname | grep -E A14M*" Host parrotOS 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 -- cgit v1.2.3