From e65b36eabb550d1bc1036c6e2eaa3ea25f91651f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Aug 2018 10:54:23 +0200 Subject: Use ssh to access our git server --- ssh/config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ssh/config') diff --git a/ssh/config b/ssh/config index 5e0493b..ec35852 100644 --- a/ssh/config +++ b/ssh/config @@ -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 -- cgit v1.2.3