Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 388 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 388 Bytes

Createsig

This tool will print out a signature and nonce to be used with vault-plugin-auth-ssh

Need createsig <key-path> <password>
eg. createsig id_rsa mypassword

If you don't have a password just omit it
eg. createsig id_rsa

building

Use go get, resulting binary will be in ~/go/bin/createsig

go get github.com/42wim/vault-plugin-auth-ssh/createsig