https://www.orchest.io/ logo
Title
a

Altieris Peixoto

10/06/2021, 5:16 PM
Hi everyone! There's a way to integrate git with orchest using a ssh key ? Here we can't use HTTPS...
r

Rick Lamers

10/06/2021, 5:55 PM
echo "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 JupyterLab
🙌 1
🚀 1
a

Altieris Peixoto

10/06/2021, 5:59 PM
uow, thank you so much @Rick Lamers!
r

Rick Lamers

10/06/2021, 8:28 PM
👍 Happy to help