Skip to content

Commit

Permalink
fix: update yubikey identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
aps831 committed Nov 3, 2023
1 parent 16a0534 commit 60403c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dot_ssh/config.tmpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{{- if eq .chezmoi.hostname "titan" -}}
Host thor.local
User andrew
IdentityFile ~/.ssh/andrew_on_titan_for_thor_using_sk_6484963
IdentityFile ~/.ssh/andrew_on_titan_for_thor_using_sk_6950214
IdentitiesOnly yes

Host thor
User andrew
IdentityFile ~/.ssh/andrew_on_titan_for_thor_using_sk_6484963
IdentityFile ~/.ssh/andrew_on_titan_for_thor_using_sk_6950214
IdentitiesOnly yes

Host odin.local
Expand All @@ -26,17 +26,17 @@ Host bitbucket.org
IdentitiesOnly yes

Host github.com
IdentityFile ~/.ssh/andrew_on_titan_for_github_using_sk_6484963
IdentityFile ~/.ssh/andrew_on_titan_for_github_using_sk_6950214
IdentitiesOnly yes
{{- else if eq .chezmoi.hostname "thor" -}}
Host titan.local
User andrew
IdentityFile ~/.ssh/andrew_on_thor_for_titan_using_sk_6484963
IdentityFile ~/.ssh/andrew_on_thor_for_titan_using_sk_6950214
IdentitiesOnly yes

Host titan
User andrew
IdentityFile ~/.ssh/andrew_on_thor_for_titan_using_sk_6484963
IdentityFile ~/.ssh/andrew_on_thor_for_titan_using_sk_6950214
IdentitiesOnly yes

Host odin.local
Expand All @@ -56,6 +56,6 @@ Host bitbucket.org
IdentitiesOnly yes

Host github.com
IdentityFile ~/.ssh/andrew_on_thor_for_github_using_sk_6484963
IdentityFile ~/.ssh/andrew_on_thor_for_github_using_sk_6950214
IdentitiesOnly yes
{{- end -}}

0 comments on commit 60403c2

Please sign in to comment.