SLVUBX5C December 2022 – August 2024 TPS25762-Q1 , TPS25763-Q1 , TPS25772-Q1
Creating RSA Keys using ssh-keygen. SSH key pairs can be generated using the following command lines:
mkdir keysssh-keygen -t rsa -b 3072 -m PEM -f keys/rsa3072engrssh-keygen -t rsa -b 3072 -m PEM -f keys/rsa3072prod
Figure 5-13 Git Bash Key Generation - Engineering
Figure 5-14 Git Bash Key Generation - ProductionGenerated keys are found in the keys directory created via the mkdir keys command.
Figure 5-15 Generated KeysFor 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)