dotfiles/.ssh/config
Brian Pooe 84b99788a7 feat: manage ssh client config
Symlink .ssh/config into ~/.ssh with proper directory permissions.
Guard .gitignore so only the client config is trackable — keys and
anything else under .ssh/ can never be committed. Also drop a
redundant tmux ignore rule.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 21:16:01 +02:00

11 lines
204 B
Text

Host caddy
HostName 10.0.15.5
User brian
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
Host technitium
HostName 10.0.10.5
User brian
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes