These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Run this command as the app user:
<br>
<br><pre>ssh-keygen -t rsa -N ‘’</pre>
<br>
<br>Press enter if it asks you where to store the key pair.
<br>
<br>Add the public key as a deploy key in your github repo:
<br>
<br><pre>cat ~/.ssh/id_rsa.pub</pre>
<br>
<br>Then clone the git repo:
<br>
<br><pre>cd ~
<br>git clone git@github.com:user/privateRepo.git</pre>
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.