You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been able to set up OAUTH with the che.properties, which worked and che uploaded an ssh key to my github account. I can use git in the menu and it works fine. It's just in terminal i get Permission denied (public key) error. I've tried restarting the workspace no go.
Reproduction Steps:
Setup OAUTH for github
Import a project
Attempt git pull command in terminal, under newly created project directory
Expected behavior:
SSH connection to git works
Observed behavior:
Permission denied (public key) error
Che version: 4.7.2-1 OS and version: Ubuntu 14.04.5 LTS Docker version: 1.12.1 Che install: Bitnami
Additional information:
Problem started happening recently, didn't happen in an older version of Che: I believe so
Problem can be reliably reproduced, doesn't happen randomly: Appears so
The text was updated successfully, but these errors were encountered:
The oauth and ssh key are stored in the che-server container. Only the menu/GUI will use this information for authorization. If you want to use a ssh key in for authorization in your workspace(s) terminal, you can set environment variable to something like CHE_EXTRA_VOLUME_MOUNT=~/.ssh:/home/user/.ssh to volume mount a private key from the host into the workspace(s) runtime machine.
I've been able to set up OAUTH with the che.properties, which worked and che uploaded an ssh key to my github account. I can use git in the menu and it works fine. It's just in terminal i get Permission denied (public key) error. I've tried restarting the workspace no go.
Reproduction Steps:
Expected behavior:
SSH connection to git works
Observed behavior:
Permission denied (public key) error
Che version: 4.7.2-1
OS and version: Ubuntu 14.04.5 LTS
Docker version: 1.12.1
Che install: Bitnami
Additional information:
The text was updated successfully, but these errors were encountered: