Update strict host-key checking

This commit is contained in:
albert 2024-11-20 23:13:36 +01:00
parent e5ee3b48ae
commit 6750f6211c
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -4,5 +4,7 @@
home.file.".ssh/config".text = '' home.file.".ssh/config".text = ''
Host 192.168.1.210 Host 192.168.1.210
StrictHostKeyChecking no StrictHostKeyChecking no
Host 192.168.1.101
StrictHostKeyChecking no
''; '';
} }