blob: c3ad70baff2df2f7d86bfec2a023062466435637 (
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 ~/keys/ssh/upload
Host git.cynerd.cz cynerd.cz
User git
Hostname cynerd.cz
IdentityFile ~/keys/ssh/git
|