From 6aff368ccd5e746cbcaa173318cebbbba153d0df Mon Sep 17 00:00:00 2001 From: mollusk <silvernode@gmail.com> Date: Mon, 27 Jan 2020 15:05:03 -0700 Subject: [PATCH 1/2] 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 From 5dde8f7a699eec06fc8ca0d360462b3c7779fbe2 Mon Sep 17 00:00:00 2001 From: mollusk <silvernode@gmail.com> Date: Mon, 27 Jan 2020 15:05:32 -0700 Subject: [PATCH 2/2] ssh-config: remove gitbutter.pw --- config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config b/config index 1987d78..906549c 100755 --- a/config +++ b/config @@ -3,11 +3,6 @@ Host gitbutter-server User mollusk IdentityFile ~/.ssh/thinkpadt420 -Host gitbutter.pw - HostName gitbutter.pw - User git - IdentityFile ~/.ssh/thinkpadt420 - Host jsearch.pw HostName jsearch.pw User mollusk