bf0d48ec30
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
24 lines
540 B
Plaintext
24 lines
540 B
Plaintext
# 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
|