Add support for encrypted ssh keys

This commit is contained in:
Dan Sosedoff
2019-11-02 12:44:04 -05:00
parent 9e64bb5eec
commit 7475f398b1
30 changed files with 1748 additions and 237 deletions

17
vendor/github.com/ScaleFT/sshkeys/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,17 @@
language: go
sudo: false
go_import_path: github.com/ScaleFT/sshkeys
go:
- 1.9.x
- 1.10.x
- 1.11.x
- tip
before_install:
- go get -u github.com/stretchr/testify/require github.com/dchest/bcrypt_pbkdf golang.org/x/crypto/ed25519 golang.org/x/crypto/ssh
script:
- go test -v ./...