mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Wrong ssh settings for new site #415
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 @iwex on 4/18/2023
CloudPanel version(s) affected
2.2.2
Description
When you create a new site - cloudpanel automatically creates a new user.
After I tried to connect using this user I got an error -
Permission denied (publickey).From ssh logs
Authentication refused: bad ownership or modes for directory /home/mysiteHow to reproduce
Possible Solution
chmod go-w /home/mysite
Additional Context
No response