Altieris Peixoto
10/06/2021, 5:16 PMRick Lamers
10/06/2021, 5:55 PMecho "chmod 400 /data/id_rsa && ssh-agent /bin/bash" >> ~/.profile
echo "ssh-add /data/id_rsa 2>/dev/null" >> ~/.bashrc
You can upload an SSH key to the /data
folder in "File Manager" and add the above to the JupyterLab Config (in the general Settings -> Configure JupyterLab) view.
This is sort of a temporary workaround. We're working on a nicer integration of private git repositories.
Make sure to save and build to update JupyterLabAltieris Peixoto
10/06/2021, 5:59 PMRick Lamers
10/06/2021, 8:28 PM