Changeset 4d15c65


Ignore:
Timestamp:
03/24/2022 04:04:04 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
d5a72e4
Parents:
3fd97c4c
Message:

openssh: don't use ChallengeResponseAuthentication

It is deprecated and replaced with KbdInteractiveAuthentication.
See sshd_config(5):
"KbdInteractiveAuthentication

Specifies whether to use keyboard-interactive authentication.
The argument to this keyword must be yes (the default) or no.
ChallengeResponseAuthentication is a deprecated alias for this."

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    r3fd97c4c r4d15c65  
    348348
    349349<screen role="root"><userinput>echo "PasswordAuthentication no" >> /etc/ssh/sshd_config &amp;&amp;
    350 echo "ChallengeResponseAuthentication no" >> /etc/ssh/sshd_config</userinput></screen>
     350echo "KbdInteractiveAuthentication no" >> /etc/ssh/sshd_config</userinput></screen>
    351351
    352352      <para>
Note: See TracChangeset for help on using the changeset viewer.