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