mirror of
https://github.com/ssh-vault/ssh-vault.git
synced 2025-07-03 03:22:34 +03:00
83692b27d1ba7d7b51a1b40a3d3c39ed833def58
modified: getkey.go modified: getkey_test.go modified: vault.go
ssh-vault 🌰
encrypt/decrypt using ssh private keys
Usage:
$ ssh-vault -h
Compile from source
Setup go environment https://golang.org/doc/install
For example using $HOME/go for your workspace
$ export GOPATH=$HOME/go
Create the directory:
$ mkdir -p $HOME/go/src/github.com/ssh-vault
Clone project into that directory:
$ git clone git@github.com:ssh-vault/ssh-vault.git $HOME/go/src/github.com/ssh-vault/ssh-vault
Build by just typing make:
$ cd $HOME/go/src/github.com/ssh-vault/ssh-vault
$ make
ssh-vault is at an early development stage, 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%