aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config.d/xxllnc
blob: 12739e9f6b66cd4f3e93935b90b13d9175bda7e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
Host *.zsys.nl
	IdentitiesOnly yes
	StrictHostKeyChecking no
	UserKnownHostsFile /dev/null

Host git.xxllnc.nl
	Hostname gitlab.com
	User git
	IdentityFile ~/.ssh/id.d/xxllnc@%L-ed25519

# vim: set ft=sshconfig :