Skip to content

SecureWindowsShell/swsh-keygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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