Skip to content

Commit

Permalink
Add colima config to the ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiya-kume committed Jan 4, 2025
1 parent e8336cb commit 5cd4685
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/.ssh/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Include ~/.colima/ssh_config

# global setting for macOS Sierra
Host *
AddKeysToAgent yes
Expand All @@ -8,4 +10,4 @@ Host github
HostName github.com
IdentityFile ~/.ssh/github
Port 22
User git
User git

0 comments on commit 5cd4685

Please sign in to comment.