current setup, 2 main servers, 12 working servers: workers connect to the master via ssh-copy-id, masters and workers write data to the redis queue on the masters. The problem I encountered last week is that redis is writing data to the authorized_keys file, I cannot reproduce this problem or confirm which server is doing this. I looked through the redis configuration file and I did not find any parameters that caused redis to write in the authorized_keys file. Has anyone else encountered this problem or similar, I cleaned the authorized key file and write it back to it.
source share