From 534826f7f32352c8d9de841e9e07cd63e8acf711 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 25 Feb 2026 23:53:51 -0600 Subject: chore: add ssh config, update todo, add Berkeley Mono NF web fonts Add deepsat GitHub Enterprise host to ssh config, reorganize todo.org with GitHub release prep tasks, add Berkeley Mono Nerd Font woff/woff2 variants, and move podman notes to outbox. Co-Authored-By: Claude Opus 4.6 --- dotfiles/common/.ssh/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dotfiles/common/.ssh/config') diff --git a/dotfiles/common/.ssh/config b/dotfiles/common/.ssh/config index 6f97ab5..06a94e6 100644 --- a/dotfiles/common/.ssh/config +++ b/dotfiles/common/.ssh/config @@ -4,5 +4,11 @@ IdentityFile ~/.ssh/id_ed25519 ServerAliveCountMax=30 ServerAliveInterval=5 +Host deepsat.ghe.com + HostName deepsat.ghe.com + User git + IdentityFile ~/.ssh/deepsat-github + IdentitiesOnly yes + Host cjennings.net LogLevel ERROR -- cgit v1.2.3