From 19f73a5b3bde1df8bb896f9a60d11de22f45595f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 1 Aug 2019 10:42:47 -0400 Subject: [PATCH] Add personal git hosting config to #ssh --- ssh/.ssh/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 6242bac..69ae9be 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -7,11 +7,11 @@ Host * AddKeysToAgent yes IdentityFile ~/.ssh/1904_powellc -# Work GitHub account: -Host work-github.com - HostName github.com +# Home Gitea account: +Host git.unbl.ink + Port 2200 User git - IdentityFile ~/.ssh/id_ed25519_15five + IdentityFile ~/.ssh/1904_powellc PreferredAuthentications publickey PasswordAuthentication no IdentitiesOnly yes