Skip to content

Commit ae59179

Browse files
authored
Merge pull request #6 from kolvin/refactor/git-ssh-keys
Refactor: Use 1Password for SSH key management
2 parents e713322 + 6a5a562 commit ae59179

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

private_dot_ssh/private_config.tmpl

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
{{- onepasswordDocument "6oxrh2t4tjma6o3rlfb7nzezk4" -}}
1+
## Home cluster
2+
Host pi-zero
3+
HostName 10.19.1.90
4+
User pi
5+
Port 22
6+
7+
Host kube-master
8+
HostName 10.19.1.147
9+
User pi
10+
Port 22
11+
12+
# Personal GitHub
13+
Host personalgit
14+
HostName github.com
15+
User git
16+
IdentityFile ~/.ssh/id_personal.pub
17+
IdentitiesOnly yes
18+
19+
# Work Gitlab
20+
Host workgit
21+
HostName gitlab.com
22+
User git
23+
IdentityFile ~/.ssh/id_work.pub
24+
IdentitiesOnly yes

private_dot_ssh/private_id_personal.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.

private_dot_ssh/private_id_work.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)