summaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-06-18 01:04:47 +0200
committerAhmed Abdelhalim <[email protected]>2025-06-18 01:04:47 +0200
commitb007ef77bbe8f1e55a9bd2b5a5be2b5ed3f5eebf (patch)
treefaf025c90272955b6993d6b5c49dae09b6c8f0c9 /.ssh
parent60810036ec801ef1b7f36ff51d028ec2be5233d4 (diff)
Configure archlinux ssh port
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config1
1 files changed, 1 insertions, 0 deletions
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