Home

dotnix @42532176397a36f7afcb43bd06bdb32f22e7c168 - 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
36
37
38
39
40
41
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

Host ssh.dev.azure.com
	HostName ssh.dev.azure.com
	User git
	IdentityFile ~/.ssh/ndlegis
	IdentitiesOnly yes