summaryrefslogtreecommitdiff
path: root/ssh/config
blob: 835c90bfa204b2f36ec8122b3797e3633978a8a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vim: ft=sshconfig

Host *
	StrictHostKeyChecking no

Host upload
	User upload
	Hostname cynerd.cz
	IdentityFile ~/upload.ssh.pub

Host git.cynerd.cz cynerd.cz
	User git
	Hostname cynerd.cz
	IdentityFile ~/git.ssh.pub