1
0
mirror of https://github.com/ssh-vault/ssh-vault.git synced 2025-04-19 07:42:18 +03:00
2023-03-10 14:58:11 +01:00
2022-08-23 20:11:50 +02:00
2017-09-06 11:19:19 +02:00
2017-06-13 22:51:19 +02:00
2017-09-18 19:07:56 +02:00
2016-12-20 20:50:20 +01:00
2017-08-20 20:02:09 +02:00
2017-11-06 18:47:42 +01:00
2016-10-09 15:28:14 +02:00
2016-10-09 00:47:52 +02:00
2021-05-22 12:50:47 +02:00
2021-05-22 12:50:47 +02:00
2017-11-01 13:37:36 +01:00
2017-11-01 13:36:02 +01:00
2023-03-10 14:58:11 +01:00
2023-03-10 14:58:11 +01:00
2016-09-29 18:29:04 +02:00
2021-05-22 12:50:47 +02:00
2016-10-22 23:26:35 +02:00
2017-08-20 19:08:33 +02:00
2017-08-25 14:34:49 +02:00
2017-08-24 22:56:48 +02:00

ssh-vault 🌰

build test Coverage Status Go Report Card

encrypt/decrypt using ssh private keys

Documentation

https://ssh-vault.com

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: Download

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
Шифрование/дешифрование с помощью ssh-ключей
Readme BSD-3-Clause 596 KiB
Languages
Rust 99.5%
Shell 0.3%
Dockerfile 0.2%