mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Install Script makes extra entry for PermitRootLogin #403
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elmanuel127 on 5/3/2023
CloudPanel version(s) affected
2.2.2
Description
During the install script, the find and replace function to edit sshd_config makes an erroneous change to a comment block.
It finds a match in
# the setting of "PermitRootLogin without-password".How to reproduce
Reproduceable by installing CloudPanel on a base install of Ubuntu 22.04 and checking /etc/ssd/sshd_config
Possible Solution
No response
Additional Context
No response