项目作者: SecureWindowsShell

项目描述 :
SSH key-pair generator for SWSH.
高级语言: Go
项目地址: git://github.com/SecureWindowsShell/swsh-keygen.git
创建时间: 2018-02-14T18:24:24Z
项目社区:https://github.com/SecureWindowsShell/swsh-keygen

开源协议:GNU General Public License v3.0

下载


swsh-keygen · CircleCI

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

Build

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

Arguments

  1. -pri string
  2. PrivateKey path (default "nil")
  3. -pub string
  4. PublicKey path (default "nil")

Run

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

Help

  1. $ ./swsh-keygen.exe -help

Prerequisite: Go, git