Skip to content

Commit

Permalink
refactor(ssh): restructure ssh conf folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Dec 14, 2024
1 parent 88ec69d commit f77cb27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .ssh/conf/hosts-common.ssh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Host github
User git
HostName github.com
IdentityFile ~/.ssh/keys/github
4 changes: 3 additions & 1 deletion .ssh/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Include ~/.ssh/conf/settings.ssh
Include ~/.ssh/conf/hosts.ssh
Include ~/.ssh/conf/hosts-common.ssh
Include ~/.ssh/conf/hosts-local.ssh
Include ~/.config/colima/ssh_config

0 comments on commit f77cb27

Please sign in to comment.