pageant --version (return code: 0)
pageant: Release 0.70
Build platform: 64-bit Unix (GTK + X11)
Compiler: gcc 6.4.0 20170704
Compiled against GTK version 3.22.15
Source commit: 3cd10509a51edf5a21cdc80aabf7e6a934522d47
pageant --help (return code: 1)
Pageant: SSH agent
Release 0.70
Usage: pageant <lifetime> [key files]
pageant [key files] --exec <command> [args]
pageant -a [key files]
pageant -d [key identifiers]
pageant --public [key identifiers]
pageant --public-openssh [key identifiers]
pageant -l
pageant -D
Lifetime options, for running Pageant as an agent:
-X run with the lifetime of the X server
-T run with the lifetime of the controlling tty
--permanent run permanently
--debug run in debugging mode, without forking
--exec <command> run with the lifetime of that command
Client options, for talking to an existing agent:
-a add key(s) to the existing agent
-l list currently loaded key fingerprints and comments
--public print public keys in RFC 4716 format
--public-openssh print public keys in OpenSSH format
-d delete key(s) from the agent
-D delete all keys from the agent
Other options:
-v verbose mode (in agent mode)
-s -c force POSIX or C shell syntax (in agent mode)