summaryrefslogtreecommitdiff
path: root/home/xyz/.ssh/config
blob: 70a10a8b47b022c5f490c55f6aba3c8cf20654a5 (plain)
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
# be careful not to put this under `HOST xxx`, else only when ssh to that host will add keys to agent
# another approach is to put it under `HOST *`
# https://unix.stackexchange.com/a/577490/459013
AddKeysToAgent yes

# tabs and empty only for readability, without also works, not sure about newline
Host studio
	HostName xyzstudio.local
	User xyz

Host aur aur.archlinux.org
	Hostname aur.archlinux.org
	User aur

Host insp
	HostName xyzinsp.local
	User xyz

Host pi raspberrypi.local
	HostName raspberrypi.local
	User pi

Host phone danctnix.local
	HostName danctnix.local
	User xyz