aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config.d/mintlab
blob: c90ce2756b511e3e123c68ec68bdf9c7f29693a1 (plain)
1
2
3
4
5
6
Host *.zsys.nl
	IdentitiesOnly yes
	StrictHostKeyChecking no
	UserKnownHostsFile /dev/null

# vim: set ft=sshconfig :