SLVUBX5C December 2022 – August 2024 TPS25762-Q1 , TPS25763 , TPS25763-Q1 , TPS25772-Q1
Creating RSA Keys using ssh-keygen. SSH key pairs can be generated using the following command lines:
mkdir keys
ssh-keygen -t rsa -b 3072 -m PEM -f keys/rsa3072engr
ssh-keygen -t rsa -b 3072 -m PEM -f keys/rsa3072prod
Generated keys are found in the keys directory created via the mkdir keys
command.
For a Microsoft® Windows® PC, Git installation with SSH can be necessary to generate keys as instructed in this section.
To install Git:
To launch GitBash:
cmd.exe
.bash.exe
from the Git installation folder: (that is, C:\Program Files\Git\bin)