Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current sequence:
Linux.pm::reserve --> OS.pm::reserve --> OS.pm::add_user_accounts – > Linux.pm::configure_ext_sshd
OS.pm::add_user_accounts causes an AllowUsers line to be added for each user in /etc/ssh/external_sshd_config.
Linux.pm::configure_ext_sshd recreates /etc/ssh/external_sshd_config and effectively removes the AllowUsers lines.
Linux.pm::configure_ext_sshd should be called before OS.pm::reserve.