diff options
Diffstat (limited to 'ssh-pkcs11-helper.0')
-rw-r--r-- | ssh-pkcs11-helper.0 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ssh-pkcs11-helper.0 b/ssh-pkcs11-helper.0 new file mode 100644 index 000000000..88afa8a91 --- /dev/null +++ b/ssh-pkcs11-helper.0 | |||
@@ -0,0 +1,35 @@ | |||
1 | SSH-PKCS11-HELPER(8) System Manager's Manual SSH-PKCS11-HELPER(8) | ||
2 | |||
3 | NAME | ||
4 | ssh-pkcs11-helper M-bM-^@M-^S ssh-agent helper program for PKCS#11 support | ||
5 | |||
6 | SYNOPSIS | ||
7 | ssh-pkcs11-helper [-v] | ||
8 | |||
9 | DESCRIPTION | ||
10 | ssh-pkcs11-helper is used by ssh-agent(1) to access keys provided by a | ||
11 | PKCS#11 token. | ||
12 | |||
13 | ssh-pkcs11-helper is not intended to be invoked by the user, but from | ||
14 | ssh-agent(1). | ||
15 | |||
16 | A single option is supported: | ||
17 | |||
18 | -v Verbose mode. Causes ssh-pkcs11-helper to print debugging | ||
19 | messages about its progress. This is helpful in debugging | ||
20 | problems. Multiple -v options increase the verbosity. The | ||
21 | maximum is 3. | ||
22 | |||
23 | Note that ssh-agent(1) will automatically pass the -v flag to | ||
24 | ssh-pkcs11-helper when it has itself been placed in debug mode. | ||
25 | |||
26 | SEE ALSO | ||
27 | ssh(1), ssh-add(1), ssh-agent(1) | ||
28 | |||
29 | HISTORY | ||
30 | ssh-pkcs11-helper first appeared in OpenBSD 4.7. | ||
31 | |||
32 | AUTHORS | ||
33 | Markus Friedl <markus@openbsd.org> | ||
34 | |||
35 | OpenBSD 6.6 January 21, 2019 OpenBSD 6.6 | ||