From c544d8a7a16d602a3c0c0192d954597272b9aec6 Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 13 May 2025 12:19:28 +0100 Subject: [PATCH] feat(ssh): add github host --- 00-allow-git.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/00-allow-git.conf b/00-allow-git.conf index 599f62f..fc74c59 100644 --- a/00-allow-git.conf +++ b/00-allow-git.conf @@ -7,5 +7,13 @@ Host alps Port 2222 ProxyCommand none +Host github + HostName github.com + User git + IdentityFile /opt/secure/ssh/id_ed25519 + IdentitiesOnly yes + StrictHostKeyChecking yes + ProxyCommand none + Host * ProxyCommand /bin/false