summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh/config4
1 files 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