Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 823 Bytes

File metadata and controls

23 lines (17 loc) · 823 Bytes

swsh-keygen · CircleCI

SSH key-pair generator for SWSH, but it can be used separately.

Build

$ git clone https://github.com/SecureWindowsShell/SWSH.git
$ cd SWSH/swsh-keygen
$ go get golang.org/x/crypto/ssh
$ go build

Arguments

-pri string
        PrivateKey path (default "nil")
-pub string
        PublicKey path (default "nil") 

Run

$ ./swsh-keygen.exe -pub=location.pub -pri=location.pri

Help

$ ./swsh-keygen.exe -help

Prerequisite: Go, git