*** SECURITY information for server. ***

after update to hestia [1.9.9] i get aram email

corect?

		// filemanager also requires .ssh chmod o+x ... hopefully we can improve it to g+x or u+x someday
		// current minimum for filemanager: chmod 0701 .ssh
		shell_exec("sudo /usr/local/hestia/bin/v-change-fs-file-permission " . quoteshellarg(basename($v_user)) . " " . quoteshellarg("/home/" . basename($v_user) . "/.ssh" . " 0755"));
	}

Yes, it’s correct.