Files
machine_setup/nix/configuration/roles/ssh/files/ssh_config_root
2025-05-04 15:53:49 -04:00

17 lines
302 B
Plaintext

Host hydra
HostName ns1.fizz.buzz
Port 65122
User nixworker
IdentitiesOnly yes
IdentityFile /persist/manual/ssh/root/keys/id_ed25519
Host quark
HostName quark
Port 22
User nixworker
IdentitiesOnly yes
IdentityFile /persist/manual/ssh/root/keys/id_ed25519
Host *
Compression yes