dotfiles

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

commit 91fff60e8e1c7dfc189de0e8e204630baa6decd4
parent 723896003d427ffff18ee57d194c896e342c9efc
Author: FIGBERT <figbert@figbert.com>
Date:   Thu, 16 Jun 2022 14:42:04 -0700

Add git user to SSH config

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

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