diff options
Diffstat (limited to 'ssh')
-rw-r--r-- | ssh/config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |