-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5
-
Component/s: vcld (backend)
-
Labels:None
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.