dotfiles

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

commit aff29700f190b0a584d23e92805cd620ee52e144
parent fa5c085c997abaa9dc4330a964ffa7a7768028fe
Author: FIGBERT <figbert@figbert.com>
Date:   Sun, 17 Apr 2022 01:36:33 -0700

Update SSH setup

Diffstat:
Mprivate_dot_ssh/config.tmpl | 4++++
Mprivate_dot_ssh/known_hosts.tmpl | 5+++--
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl @@ -15,3 +15,7 @@ Host remarkable HostName {{ .ssh.remarkable }} User root IdentityFile ~/.ssh/id_rsa +Host pihole + HostName {{ .ssh.pihole }} + User figbert + IdentityFile ~/.ssh/id_ed25519 diff --git a/private_dot_ssh/known_hosts.tmpl b/private_dot_ssh/known_hosts.tmpl @@ -1,3 +1,4 @@ -figbert.com ssh-ed25519 {{ .ssh.hosts.home_ed25519 }} -figbert.com ssh-rsa {{ .ssh.hosts.home_rsa }} +figbert.com ssh-ed25519 {{ .ssh.hosts.home }} {{ .ssh.remarkable }} ssh-rsa {{ .ssh.hosts.remarkable }} +git.sr.ht ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMZvRd4EtM7R+IHVMWmDkVU3VLQTSwQDSAvW0t2Tkj60 +{{ .ssh.pihole }} ssh-ed25519 {{ .ssh.hosts.pihole }}