I have tried googling this, but I am having a hard time finding it. Where would I find official documentation for using the ssh-keygen command from a git bash from Windows? This is the bash that gets installed with msysgit. I want to know exactly what options it accepts and what they all mean. Thanks.
Share
The
ssh-keygeninstalled by msysgit is probably the one from OpenSSH. Here is the manual page forssh-keygen. There are man pages for the other OpenSSH commands, too.