O padrão é usar um arquivo no diretório pessoal do usuário (veja abaixo). O% h pode ser usado explicitamente para mostrar isso. Aqui mostra uma lista de cada caminho separado por um espaço ...
O que eu tentaria é alterar as permissões para 600. Isso é o que eu tenho meu arquivo autorized_keys definido em todas as minhas contas. Permissões inválidas são traduzidas em um erro de permissões negadas. Isso permite que você verifique se o arquivo authorized_keys não inclui adições indesejadas antes de corrigir suas permissões.
Se for esperado que usuários diferentes façam uso das mesmas authorized_keys, então você tem um problema ...
AuthorizedKeysFile
Specifies the file that contains the public keys that can be used for user authentication. The format is described in the AUTHORIZED_KEYS FILE
FORMAT section of sshd(8). AuthorizedKeysFile may contain tokens of the form %T which are substituted during connection setup. The following
tokens are defined: %% is replaced by a literal '%', %h is replaced by the home directory of the user being authenticated, and %u is replaced by
the username of that user. After expansion, AuthorizedKeysFile is taken to be an absolute path or one relative to the user's home directory.
Multiple files may be listed, separated by whitespace. The default is “.ssh/authorized_keys .ssh/authorized_keys2”.