diff options
author | Karel Kočí <cynerd@email.cz> | 2020-06-12 09:42:10 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-06-12 09:42:10 +0200 |
commit | dc28461b7fe264254978ce6adba16defaafd6511 (patch) | |
tree | a6d85d3a677b4f3338f4ab57e907a153429369db /ssh | |
parent | dee487cf037c1a175b188f19fa15db9e11350bfd (diff) | |
download | laminar-cnf-dc28461b7fe264254978ce6adba16defaafd6511.tar.gz laminar-cnf-dc28461b7fe264254978ce6adba16defaafd6511.tar.bz2 laminar-cnf-dc28461b7fe264254978ce6adba16defaafd6511.zip |
ssh/config: rename files from key to pub
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 |