Files
machine_setup/nix/configuration/roles/ssh/files/ssh_config_root
2025-03-24 21:59:42 -04:00

10 lines
170 B
Plaintext

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