From 6aff368ccd5e746cbcaa173318cebbbba153d0df Mon Sep 17 00:00:00 2001 From: mollusk Date: Mon, 27 Jan 2020 15:05:03 -0700 Subject: [PATCH] ssh-config: add gitea --- config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config b/config index 1d11b80..1987d78 100755 --- a/config +++ b/config @@ -26,4 +26,9 @@ Host github.com Host void-ryzen HostName 192.168.1.174 User mollusk - IdentityFile ~/.ssh/thinkpadt420 \ No newline at end of file + IdentityFile ~/.ssh/thinkpadt420 + +Host gitea + HostName gitbutter.xyz + User git + IdentityFile ~/.ssh/thinkpadt420 \ No newline at end of file