Management of RDM "Personal Private Key" with Powershell

Implemented

Management of RDM "Personal Private Key" with Powershell

0 vote

avatar

Must have:

  • Editing/Adding a keyfile and/or keydata to the Personal Private Key in Account Settings


Nice to have:

  • Generating a new key via command and exporting to file (.ppk, pub)


Currently, only SSHKey entries for the database or vault are supported, not as client settings.

All Comments (2)

avatar

Hello Klaus,

A ticket will be open to edit 'My Personal Private Key' in my accounts settings.

Have you tried the New-RDMSSHKey cmdlet? It allows you to create a .pub and .ppk file for a new key. If it needs to be improved, let us know which functionality is missing

Best regards,
Maxime

avatar

Hello Klaus,

The latest module version, 2024.1.1, introduces the ability to manage "My Personal SSH Key" with two cmdlets:

  • Get-RDMPersonalSSHKey: Retrieves the current PSConnection value.
  • Set-RDMPersonalSSHKey: Allows modification in three ways: using the current PSConnection value, a New-RDMSSHKey generated key, or a file.


Please let us know if this meets your needs.

Best regards,
Maxime