Generate private & public keys for broker VM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Generate private & public keys for broker VM

L3 Networker

How to generate private and public key pair for accessing DR broker VM and let us know how to use the key pair to access the BVM.

1 accepted solution

Accepted Solutions

L4 Transporter

Hello @RamyashreeMada ,

 

Thanks for reaching out on LiveCommunity!

In order to do SSH to Broker VM you need to have a RSA key pair. You can generate RSA public and private key with tools like OpenSSH client and PuTTYgen on windows and ssh-keygen command on linux. To find the step by step guide you can search on the internet.

In order to use these key to SSH Broker VM please follow below steps.

1. Navigate to Settings → Configurations → Data Broker → Broker VMs.

2. Right Click the broker vm you want to enable ssh access. Select "configure".

3. Scroll down to section with name "SSH access".

4. Under Type select enabled.

5. Enter the public key in the SSH Public Key section that you have generated earlier. Once one SSH public key is added, if you want you can +Add Another. When you are finished, Save your configuration.

6. Use below command line to access broker vm. Replace the path to actual path of private key. Also enter the IP address for broker vm.

ssh -i [/path/to/private.key] admin@[broker_vm_address]

 

Please refer below link for more details.

https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Configure-t...

View solution in original post

1 REPLY 1

L4 Transporter

Hello @RamyashreeMada ,

 

Thanks for reaching out on LiveCommunity!

In order to do SSH to Broker VM you need to have a RSA key pair. You can generate RSA public and private key with tools like OpenSSH client and PuTTYgen on windows and ssh-keygen command on linux. To find the step by step guide you can search on the internet.

In order to use these key to SSH Broker VM please follow below steps.

1. Navigate to Settings → Configurations → Data Broker → Broker VMs.

2. Right Click the broker vm you want to enable ssh access. Select "configure".

3. Scroll down to section with name "SSH access".

4. Under Type select enabled.

5. Enter the public key in the SSH Public Key section that you have generated earlier. Once one SSH public key is added, if you want you can +Add Another. When you are finished, Save your configuration.

6. Use below command line to access broker vm. Replace the path to actual path of private key. Also enter the IP address for broker vm.

ssh -i [/path/to/private.key] admin@[broker_vm_address]

 

Please refer below link for more details.

https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Configure-t...

  • 1 accepted solution
  • 1314 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!