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>
11 lines
204 B
Text
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
|