Update strict host-key checking
This commit is contained in:
parent
e5ee3b48ae
commit
6750f6211c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue