ssh-crypt

command module
v0.0.0-...-f0dc997 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2022 License: MIT Imports: 6 Imported by: 0

README

This project is deprecated, now you can just use FiloSottile/age

ssh-crypt 🔒 Build Status Coverage Status Go Report Card Say thanks!

Share AES-256 encrypted vault file with your teammates using only ssh authorized_keys!

Usage

$ echo "secret :)" | ssh-crypt edit --stdin -a ~/.ssh/authorized_keys VAULT.txt
$ cat VAULT.txt
dRAALGdpdGh1Yi5jb20vc3Vza...
$ ssh-crypt view VAULT.txt
secret :)

Install

Download binary release https://github.com/suside/ssh-crypt/releases/latest or install with go from master branch:

go get github.com/suside/ssh-crypt

Why

  • Sharing Keepass with one master password is a no go...
  • Not everyone have/want pgp keys...
  • ...

Inspiration

This is cheeky rewrite of great ssh-vault with less features but with support of multiple key pairs.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL