diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-25 23:53:51 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-25 23:53:51 -0600 |
| commit | 534826f7f32352c8d9de841e9e07cd63e8acf711 (patch) | |
| tree | 68ee99e0ecef86e671435e973182caf0e52e9626 /dotfiles/common/.ssh/config | |
| parent | 6a31314e60aa7eb6d6f4d60c53de82ecdcdd9884 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/common/.ssh/config')
| -rw-r--r-- | dotfiles/common/.ssh/config | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
