From a520be65fa19e66be4f5d9a91e257a6a2b835bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 28 Nov 2020 17:25:53 +0100 Subject: Move keys to dedicated directory --- ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssh/config') diff --git a/ssh/config b/ssh/config index 835c90b..c3ad70b 100644 --- a/ssh/config +++ b/ssh/config @@ -6,9 +6,9 @@ Host * Host upload User upload Hostname cynerd.cz - IdentityFile ~/upload.ssh.pub + IdentityFile ~/keys/ssh/upload Host git.cynerd.cz cynerd.cz User git Hostname cynerd.cz - IdentityFile ~/git.ssh.pub + IdentityFile ~/keys/ssh/git -- cgit v1.2.3