From 2ac28d295f198b8afd45e9b8fefcf993f2589ea2 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 19 Jun 2021 20:06:35 +0900 Subject: [PATCH] Modify `/home/kazu634/.ssh/config` to connect to `gitea.kazu634.com`. --- cookbooks/kazu634/files/home/kazu634/.ssh/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cookbooks/kazu634/files/home/kazu634/.ssh/config b/cookbooks/kazu634/files/home/kazu634/.ssh/config index 53f7a25..93e32ac 100644 --- a/cookbooks/kazu634/files/home/kazu634/.ssh/config +++ b/cookbooks/kazu634/files/home/kazu634/.ssh/config @@ -9,3 +9,9 @@ Host github.com IdentityFile ~/.ssh/id_rsa.github Port 22 User git + +Host gitea.kazu634.com + HostName gitea.kazu634.com + IdentityFile ~/.ssh/id_rsa.chef + Port 50022 + User git