Clone private repo to the cPanel!
Overall all commands are! # Generate an RSA SSH key pair with 2048 bits and a comment ssh-keygen -t rsa -b 2048 -C username@serverdomain # Create an SSH configuration file if it doesn't exist touch ~/.ssh/config # Set the permissions of the SSH con...
Oct 6, 20233 min read72
