SSH Certificate Authority Toolkit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
261 B

module github.com/grmrgecko/ssh-cert/ssh-user-client
go 1.14
require (
github.com/jinzhu/configor v1.1.1
github.com/pkg/errors v0.9.1
github.com/smallstep/cli v0.14.4
github.com/urfave/cli v1.22.3
golang.org/x/crypto v0.0.0-20200602180216-279210d13fed
)