Use um bloco Match
no final de /etc/ssh/sshd_config
:
# Global settings
…
PasswordAuthentication no
…
# Settings that override the global settings for matching IP addresses only
Match address 192.0.2.0/24
PasswordAuthentication yes
Em seguida, diga ao serviço sshd para recarregar sua configuração:
service ssh reload