Files
machine_setup/nix/kubernetes/roles/ssh/files/ssh_config_root
2026-04-26 12:44:56 -04:00

10 lines
169 B
Plaintext

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