mirror of
https://github.com/ssh-vault/ssh-vault.git
synced 2025-04-19 07:42:18 +03:00
ssh-vault 🌰
encrypt/decrypt using ssh private keys
Documentation
Usage
$ ssh-vault -h
Example:
$ echo "secret" | ssh-vault -u <github.com/user> create
Installation
Mac OS
brew install ssh-vault
Binaries
Binaries and packages for a variety of platforms are published to Bintray:
To download a specific version, use URL like https://dl.bintray.com/nbari/ssh-vault/ssh-vault_0.12.4_amd64.deb
To download the latest version:
PACKAGING=amd64.deb
LATEST_VERSION=$(curl -w "%{redirect_url}" -o /dev/null -s https://bintray.com/nbari/ssh-vault/ssh-vault/_latestVersion | sed 's|.*/||')
curl -L -O "https://dl.bintray.com/nbari/ssh-vault/ssh-vault_${LATEST_VERSION}_${PACKAGING}"
Compile from source
Setup go environment https://golang.org/doc/install
For example, using $HOME/go for your workspace
$ export GOPATH=$HOME/go
Get the code:
$ go get github.com/ssh-vault/ssh-vault
Build by just typing make:
$ cd $GOPATH/src/github.com/ssh-vault/ssh-vault
$ make
Issues
Please feel free to raise any issue, feature requirement or a simple comment here.
Description
Languages
Rust
99.5%
Shell
0.3%
Dockerfile
0.2%