I have been running Litehost as a side project since 2019 and my focus is on making the platform very friendly for Laravel projects. If you want to learn how to deploy Laravel to your Cpanel account you can checkout my blog post here — https://stephenjude.me/articles/how-to-deploy-a-laravel-project-on-linux-shared-hosting-in-5-minutes
We need to copy the public ssh key by running this command on the CPanel terminal: cat ~/.ssh/id_ecdsa.pub
Run the command below to confirm Github authorization: ssh -T git@github.com
Following the same steps we did for Github Authorization, we just have to add the public key to our Bitbucket account and test the authorization by running this command: ssh -T git@bitbucket.org