diff options
author | Karel Kočí <cynerd@email.cz> | 2020-11-28 17:25:53 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-11-28 17:25:53 +0100 |
commit | a520be65fa19e66be4f5d9a91e257a6a2b835bc3 (patch) | |
tree | fdb0728794397349f0d09f0d52b32edba022f35f /ssh | |
parent | a1d7dcb6d990343c3c689114531f2b49daa8bb04 (diff) | |
download | laminar-cnf-a520be65fa19e66be4f5d9a91e257a6a2b835bc3.tar.gz laminar-cnf-a520be65fa19e66be4f5d9a91e257a6a2b835bc3.tar.bz2 laminar-cnf-a520be65fa19e66be4f5d9a91e257a6a2b835bc3.zip |
Move keys to dedicated directory
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.pub + IdentityFile ~/keys/ssh/upload Host git.cynerd.cz cynerd.cz User git Hostname cynerd.cz - IdentityFile ~/git.ssh.pub + IdentityFile ~/keys/ssh/git |