Enterprise Framework

Software Solutions in the Enterprise

Windows: Generate SSH Keys

Windows:  Generate SSH Keys 

There are several way to generate SSH Keys.  This example uses just ssh-keygen


ssh-keygen -t rsa -b 2048

Then you can find the generated key

C:\> cd %HomePath%/.ssh 


Reference:  https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ssh-from-windows

Comments are closed