Clone private repo to the cPanel!
Oct 6, 2023 · 3 min read · 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...
Join discussion



















