From dc28461b7fe264254978ce6adba16defaafd6511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 12 Jun 2020 09:42:10 +0200 Subject: ssh/config: rename files from key to pub --- ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh/config b/ssh/config index ec35852..835c90b 100644 --- a/ssh/config +++ b/ssh/config @@ -6,9 +6,9 @@ Host * Host upload User upload Hostname cynerd.cz - IdentityFile ~/upload.ssh.key + IdentityFile ~/upload.ssh.pub Host git.cynerd.cz cynerd.cz User git Hostname cynerd.cz - IdentityFile ~/git.ssh.key + IdentityFile ~/git.ssh.pub -- cgit v1.2.3