This commit is contained in:
Morten Olsen
2025-10-21 22:19:33 +02:00
commit 5f8e8f4dd5
19 changed files with 582 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
host github-private
hostname ssh.github.com
user git
port 443
IdentityFile ~/.ssh/keys/github-private.pub
IdentitiesOnly yes
host gitea-ssh.olsen.cloud
hostname gitea-ssh.olsen.cloud
user git
port 2202
IdentityFile ~/.ssh/keys/github-private.pub
IdentitiesOnly yes