summaryrefslogtreecommitdiff
path: root/ssh/config
blob: ec35852a0144be8956f2fdda3f75a2cfc07f3104 (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.key

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