LINUX.ORG.RU

История изменений

Исправление t184256, (текущая версия) :

В апстриме включен, в убунте включен, в зюзе включен.

$ man sshd_config
--- 8< ---
       PasswordAuthentication
              Specifies  whether  password  authentication is al‐
              lowed.  The default is yes.
--- 8< ---
$ grep -i passwordauth sshd_config_focal
#PasswordAuthentication yes
# PasswordAuthentication.  Depending on your PAM configuration,
# PAM authentication, then enable this but set PasswordAuthentication
$ date +%Y
2021

Исходная версия t184256, :

В убунте включен, в зюзе включен.

$ man sshd_config
--- 8< ---
        AuthenticationMethods
              Specifies  the  authentication methods that must be
              successfully completed for a user to be granted ac‐
              cess.   This option must be followed by one or more
              lists  of  comma-separated  authentication   method
              names,  or by the single string any to indicate the
              default behaviour of accepting any single authenti‐
              cation  method.
--- 8< ---
$ grep Meth sshd_config_focal | wc -l
0
$ date +%Y
2021