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

Host git.xxllnc.nl gitlab.com
	Hostname gitlab.com
	User git

# vim: set ft=sshconfig :