diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-29 10:54:23 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-29 10:56:43 +0200 |
commit | e65b36eabb550d1bc1036c6e2eaa3ea25f91651f (patch) | |
tree | 22fd7f75a34f659ce6c893d2b2e93db2121215dc /ssh/config | |
parent | 359426679613a2a1f87cdbd482093879da015c18 (diff) | |
download | laminar-cnf-e65b36eabb550d1bc1036c6e2eaa3ea25f91651f.tar.gz laminar-cnf-e65b36eabb550d1bc1036c6e2eaa3ea25f91651f.tar.bz2 laminar-cnf-e65b36eabb550d1bc1036c6e2eaa3ea25f91651f.zip |
Use ssh to access our git server
Diffstat (limited to 'ssh/config')
-rw-r--r-- | ssh/config | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,3 +7,8 @@ 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 |