Actions
Bug #2987
closed(ex PT/ Technique)sshConfiguration: Specify "Don't change" to the parameter "Adress family used by sshd" breaks ssh configuration
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
With the Technique specific to configure ssh, we are obliged to define the option "AdressFamily" as the option "dontchange" doesn't work.
If I select "dontchange" for "AdressFamily", the configuration file will be broken. Here is the result of the use of this option:
AdressFamily Don't change
And the manual specify that:
AddressFamily Specifies which address family to use when connecting. Valid arguments are “any”, “inet” (use IPv4 only), or “inet6” (use IPv6 only).
Actions