feat(ssh): add github host

This commit is contained in:
yeti 2025-05-13 12:19:28 +01:00
parent b3ea672506
commit c544d8a7a1

View File

@ -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