dotfiles

[ACTIVE] managed with chezmoi
git clone git://git.figbert.com/dotfiles.git
Log | Files | Refs

commit 8bc136dc601b8265b65c685b967d204e0f16d4a7
parent a9bdc441c995c2a9d0244c0befbe57f7a8ea2089
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 24 Jul 2021 18:55:46 -0700

Update names of SSH keys

Diffstat:
Mprivate_dot_ssh/config.tmpl | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl @@ -10,8 +10,8 @@ Host * Host home HostName figbert.com User figbert - IdentityFile ~/.ssh/id_home + IdentityFile ~/.ssh/id_ed25519 Host remarkable HostName {{ .ssh.remarkable }} User root - IdentityFile ~/.ssh/id_remarkable + IdentityFile ~/.ssh/id_rsa