SSH key-pair generator for SWSH, but it can be used separately.
$ git clone https://github.com/SecureWindowsShell/SWSH.git
$ cd SWSH/swsh-keygen
$ go get golang.org/x/crypto/ssh
$ go build
-pri string
PrivateKey path (default "nil")
-pub string
PublicKey path (default "nil")
$ ./swsh-keygen.exe -pub=location.pub -pri=location.pri
$ ./swsh-keygen.exe -help