renamed customer user group

This commit is contained in:
ladislav.dusa
2025-04-14 20:55:20 +02:00
parent 977c9ca44e
commit b3de421b3a
4 changed files with 41 additions and 0 deletions

17
roles/ssh_config/files/config Executable file
View File

@ -0,0 +1,17 @@
Host m-server
HostName m-server.home.lan
Host rpi5
HostName rpi5.home.lan
Host rack
HostName rack.home.lan
Host nas
HostName nas.home.lan
User admin
Host *
User jd
IdentityFile ~/.ssh/id_rsa
StrictHostKeyChecking no