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