Don't store shell host ip to known_hosts in adm

This commit is contained in:
Timo Makinen 2021-03-17 21:03:14 +00:00
parent 3d885de573
commit 77ee001c54

View file

@ -51,6 +51,8 @@
content: | content: |
Host *.home.foo.sh Host *.home.foo.sh
CheckHostIP no CheckHostIP no
Host shell??.foo.sh
CheckHostIP no
dest: /root/.ssh/config dest: /root/.ssh/config
mode: 0600 mode: 0600
owner: root owner: root