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