Files
ansible/roles/ssh_config/files/config
2025-04-14 21:09:17 +02:00

24 lines
330 B
Plaintext
Executable File

Host m-server
HostName m-server.home.lan
Host rpi5
HostName rpi5.home.lan
Host rack
HostName rack.home.lan
Host amd
HostName amd.home.lan
Host nas
HostName nas.home.lan
User admin
Host router
HostName router.home.lan
User root
Host *
User jd
IdentityFile ~/.ssh/id_rsa
StrictHostKeyChecking no