mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 23:48:32 +02:00
renamed customer user group
This commit is contained in:
17
roles/ssh_config/files/config
Executable file
17
roles/ssh_config/files/config
Executable 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
|
Reference in New Issue
Block a user