private-aks-cluster-terraform-devops icon indicating copy to clipboard operation
private-aks-cluster-terraform-devops copied to clipboard

How do I get the SSH public key

Open Asiya-Yunusa opened this issue 2 years ago • 1 comments

https://github.com/paolosalvatori/private-aks-cluster-terraform-devops/blob/9b1aed596f0b170ee45f415a8c4b7a74caeaa544/terraform/variables.tf#L589

Hello Paolo. I will like to know how I can get the ssh public key variable for the jumphost VM. Am I meant to generate it using OpenSSL?

Thank you.

Asiya-Yunusa avatar Aug 26 '22 09:08 Asiya-Yunusa

Yes, you are always advised to create your own set of keys and manage them in a secure that only you have access to.

OpenSSL is one of the options to create a new set of keys.

iamvighnesh avatar Aug 26 '22 11:08 iamvighnesh

Thank you! @iamvighnesh

Asiya-Yunusa avatar Mar 21 '23 09:03 Asiya-Yunusa