Unable to modify SSH Private Key in Clusters/Configuration
Hello team,
I m facing an issue when trying to configure GKE cluster.
Looks like SSH Private Key is in a config file somewhere on my dss server but where :) ?
I have an error that i m trying to resolve in my cluster creation.
Do you have any idea where i can change the entry for SSH private key, and which value is required .
Many thanks for your help
DSS version 13.3.0
Best regards
Operating system used: ubuntu 22.04
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,160 Neuron
The error you posted shows where Dataiku is looking for the SSH private key in your system (/mnt/data/dataiku/dss_data/dss-gke-access.json).
-
Hello Turribeach, thanks for your answer, dss-gke-access.json exist, but i made a mistake, it refers to json file for service account not the private key. What i saw is i need to generate a public/private key for ssh connection from my dss server to gke cluster.
Step1 : generate keys
Step2: add public key to my gke cluster
Step3: locate the private key in the gui, (but not accessible for the moment)
Where can i change it ?
Thanks for your help
-
You can generate SSH keys using the following steps:
- codessh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa
-
Hello Dace thanks for your answer. The issue is not from how to generate ssh keys but how to change the value in the gui.
looks like it s persistant after you save for the first Time.