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