feat: Brewfile and included config files (bashrc, kitty, ssh homelab aliases)
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Included from ~/.ssh/config. Key ~/.ssh/id_ed25519 is generated by setup.sh;
|
||||
# only pve173 is authorized so far (rrsync-restricted, for backup.sh).
|
||||
Host pve173
|
||||
HostName 192.168.0.173
|
||||
User root
|
||||
Host pve112
|
||||
HostName 192.168.0.112
|
||||
User root
|
||||
Host pve197
|
||||
HostName 192.168.0.197
|
||||
User root
|
||||
Host pve241
|
||||
HostName 192.168.0.241
|
||||
User root
|
||||
Host steel141
|
||||
HostName 192.168.0.141
|
||||
User seth
|
||||
Host bedroom
|
||||
HostName 192.168.0.235
|
||||
User seth
|
||||
Host *
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
ServerAliveInterval 30
|
||||
Reference in New Issue
Block a user