Unable to modify SSH Private Key in Clusters/Configuration

Registered Posts: 11 ✭✭

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

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

  • Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,394 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).

  • Registered Posts: 11 ✭✭

    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

  • Registered Posts: 1 ✭✭

    You can generate SSH keys using the following steps:

    Bash Half Birthday Calculator

    1. codessh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa
  • Registered Posts: 11 ✭✭

    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.

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.