vatra
- Total activity 408
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 94
- Subscriptions 52
Comments
Recent activity by vatra-
95% of people don't use the shell (Terminal, TTY, Forwarding, Tunnel) at all, but 100% of them use SFTP. So I make my server by default SFTP-only, and allow shell for clients per request: Subsystem...
-
I just realized that the/etc/email_send_limits file gets overwritten anytime a subdomain or a domain gets created, when you save settings from the UI, or the /scripts/updateuserdomains gets run. So...
-
I think I found a bug. When changing a setting in WHM > Tweak Settings > Max hourly emails per domain, it doesn't get written to the /etc/email_send_limits file. The other (second) two settings do ...
-
I did my own testing: cP accepts 1st and 2nd, but not the 3rd setting in the /var/cpanel/users/username file and preserves them after running /scripts/updateuserdomains or saving global settings f...
-
You also said this code helps maintain the users' jailed environment. How come, I though cP used VirtFS for creating it, not SSH configuration?
-
Is there at least a way to combine the one ForceCommand from cP and another one, like this: ForceCommand internal-sftpForceCommand if [[ -z "${SSH_ORIGINAL_COMMAND}" ]]; then exec /bin/bash -l; els...
-
I’ve learned that being a good admin means being at peace with things like that - but progress rarely comes from peace. :)
-
I figured. I can see why. It's a deep dive into an external software management, probably not worth it financially. The only thing that can drive this forward is an utter FTP deprication.
-
Yes, you are right. I hope we're not overlooking something important because of which they have to keep it backward compatible.
-
cP has: Choose the type of shell - normal or jailed. cP needs: Select whether the standard cPanel user is SFTP-only or SFTP + shell. This can be added as a toggle in the existing WHM > Manage S...