ssh-sig

command
v0.0.0-...-1a47177 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

README

EXAMPLES

  ssh-sig sign file.txt
  ssh-sig check -s file.txt.sig < file.txt

  cat file.txt | ssh-sig sign   > file.txt.sig
  cat file.txt | ssh-sig check -s file.txt.sig

  # Sign multiple files
  ssh-sig sign file1.txt file2.txt [...]

  # Use another key for signing
  ssh-sig sign -f ~/.ssh/id_rsa file.txt

  # Use a public key. Private Key for signing then comes from ssh-agent
  ssh-sig sign -f ~/.ssh/id_rsa.pub file.txt

Info

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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