Home

dotnix @b5993b95beb45b4de956c16858800535f89713cf - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / apps / ssh / config
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Host jolheiser
	HostName jolheiser.com
	User jolheiser
	IdentityFile ~/.ssh/jolheiser
	IdentitiesOnly yes

Host jojodev
	HostName jojodev.com
	User jolheiser
	IdentityFile ~/.ssh/jojodev
	IdentitiesOnly yes

Host git.jojodev.com
	HostName git.jojodev.com
	User git
	IdentityFile ~/.ssh/github
	IdentitiesOnly yes

Host github.com
	HostName github.com
	User git
	IdentityFile ~/.ssh/github
	IdentitiesOnly yes

Host gitea.com
	HostName gitea.com
	User git
	IdentityFile ~/.ssh/github
	IdentitiesOnly yes

Host codeberg.org
	HostName codeberg.org
	User git
	IdentityFile ~/.ssh/github
	IdentitiesOnly yes