sshign

command module
v0.0.0-...-8b9d493 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2020 License: MIT Imports: 4 Imported by: 0

README

sshign

Small utility to sign and verify payloads using SSH keys.

Building

Requires Go 1.13 or newer and scdoc for docs.

$ make
$ ./sshign -h

Usage

Signing:

$ echo "This is my message" > sign-me.txt
$ ./sshign ~/.ssh/id_rsa < sign-me.txt > signature.txt

Verification:

$ ./sshign ~/.ssh/id_rsa.pub signature.txt < sign-me.txt
verify: ok

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