diff options
Diffstat (limited to 'ssh-pkcs11-helper.0')
-rw-r--r-- | ssh-pkcs11-helper.0 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ssh-pkcs11-helper.0 b/ssh-pkcs11-helper.0 index 4d5c9843b..22f690717 100644 --- a/ssh-pkcs11-helper.0 +++ b/ssh-pkcs11-helper.0 | |||
@@ -4,7 +4,7 @@ NAME | |||
4 | ssh-pkcs11-helper M-bM-^@M-^S ssh-agent helper program for PKCS#11 support | 4 | ssh-pkcs11-helper M-bM-^@M-^S ssh-agent helper program for PKCS#11 support |
5 | 5 | ||
6 | SYNOPSIS | 6 | SYNOPSIS |
7 | ssh-pkcs11-helper | 7 | ssh-pkcs11-helper [-v] |
8 | 8 | ||
9 | DESCRIPTION | 9 | DESCRIPTION |
10 | ssh-pkcs11-helper is used by ssh-agent(1) to access keys provided by a | 10 | ssh-pkcs11-helper is used by ssh-agent(1) to access keys provided by a |
@@ -13,6 +13,16 @@ DESCRIPTION | |||
13 | ssh-pkcs11-helper is not intended to be invoked by the user, but from | 13 | ssh-pkcs11-helper is not intended to be invoked by the user, but from |
14 | ssh-agent(1). | 14 | ssh-agent(1). |
15 | 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 | |||
16 | SEE ALSO | 26 | SEE ALSO |
17 | ssh(1), ssh-add(1), ssh-agent(1) | 27 | ssh(1), ssh-add(1), ssh-agent(1) |
18 | 28 | ||
@@ -22,4 +32,4 @@ HISTORY | |||
22 | AUTHORS | 32 | AUTHORS |
23 | Markus Friedl <markus@openbsd.org> | 33 | Markus Friedl <markus@openbsd.org> |
24 | 34 | ||
25 | OpenBSD 6.4 July 16, 2013 OpenBSD 6.4 | 35 | OpenBSD 6.5 January 21, 2019 OpenBSD 6.5 |