improved context system

This commit is contained in:
Alice
2024-10-08 20:39:22 +02:00
committed by Morten Olsen
parent c8549b6142
commit 134a64b30a
47 changed files with 264 additions and 338 deletions

View File

@@ -0,0 +1,6 @@
host github-{{ name }}
hostname ssh.github.com
user git
port 443
IdentityFile ~/.ssh/keys/github-{{ name }}.pub
IdentitiesOnly yes