command
module
Version:
v0.0.0-...-8b9d493
Opens a new window with list of versions in this module.
Published: Jun 29, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.