Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Clusters / Create Cluster / Security SSH Public Key

avatar
New Contributor

Hello,

I am trying to deploy HDP Cloubreak on GCP.

I followed Quickstart on GCP and searched far and wide (Google, old Cloudbreak version docs, GCP docs...) for what to put in the "New SSH Public Key" field or even how to use a an "Existing SSH Public Key."

This question may have a very obvious answer... but I am not familiar with crypto and I've spent an absurd number of hours on this... I know it creates some batch job that you can alternatively run from CLI but I still have no idea the format for the key or where I would even store it in Windows... I struggled with key setup in creating the cbd-deployment and thought it was over but here we are again. Why am I unable to use the key I put in the "vm_template_config.yaml" file as the key for the cluster? Why all the work just for the Cloudbreak interface?!

85733-capture.png

1 ACCEPTED SOLUTION

avatar
New Contributor

Nevermind, the answer was pretty obvious... for those new to ssh keys, I ran the following in GC SDK Shell:

ssh-keygen -t rsa -C "username"

and then just copy-pasted the output file...

View solution in original post

1 REPLY 1

avatar
New Contributor

Nevermind, the answer was pretty obvious... for those new to ssh keys, I ran the following in GC SDK Shell:

ssh-keygen -t rsa -C "username"

and then just copy-pasted the output file...