signstar-request-signature-send(1) | General Commands Manual | signstar-request-signature-send(1) |
NAME
signstar-request-signature-send - Send signing request over SSH
SYNOPSIS
signstar-request-signature send <--host> [--port] <--user> <--agent-socket> <--user-public-key> <--known-hosts> [-v|--verbose]... [-q|--quiet]... [-h|--help] <INPUT>
DESCRIPTION
Send signing request over SSH
OPTIONS
- --host <HOST>
- Signstar host
- --port <PORT> [default: 22]
- Signstar port
- --user <USER>
- Signstar user
- --agent-socket <AGENT_SOCKET>
- Path to the agent socket used for user authentication
- --user-public-key <USER_PUBLIC_KEY>
- Public key of a user
- --known-hosts <KNOWN_HOSTS>
- Path of a known hosts file which contains public keys of the serevr
- -v, --verbose
- Increase logging verbosity
- -q, --quiet
- Decrease logging verbosity
- -h, --help
- Print help
- <INPUT>
- The path to a file being signed
May also be specified with the
SIGNSTAR_REQUEST_FILE environment variable.
signstar-request-signature-send |