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...
amrit69.com.np3 min read