From 5cd468509e0262697717f154abbef0e15e7524d7 Mon Sep 17 00:00:00 2001 From: fumiya-kume Date: Sat, 30 Nov 2024 15:46:37 +0900 Subject: [PATCH] Add colima config to the ssh config --- config/.ssh/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/.ssh/config b/config/.ssh/config index 7e71b27..367a049 100644 --- a/config/.ssh/config +++ b/config/.ssh/config @@ -1,3 +1,5 @@ +Include ~/.colima/ssh_config + # global setting for macOS Sierra Host * AddKeysToAgent yes @@ -8,4 +10,4 @@ Host github HostName github.com IdentityFile ~/.ssh/github Port 22 - User git \ No newline at end of file + User git