summaryrefslogtreecommitdiff
path: root/home/xyz/.ssh/config
blob: e94e89b456ed7c4b8d3709e893e451187670bb86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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

Host ka
	Hostname xyzka.kyun.li
	User xyz

Host ia
	Hostname ia.flylightning.xyz
	User xyz