@@ 23,32 23,32 @@ Options related to remembering consent are placed into the [remember] section.
The available options are:
*persist*
- Remember options that should be shown by the prompter when asking to
- persist access of the _proto=ssh_ query. Leave blank, if consent
- should not be remembered.
+ A comma separated list of _remember options_ that are passed to the
+ prompter when requesting persistent access to the _proto=ssh_ query.
+ Leaving this option blank is equivalent to _skip_ and will cause the
+ agent to skip this request.
- The value is a comma separated list of remember options. Possible
- options are _session_, _skip_, _refuse_ or a timeout in seconds as
- integer. _session_ will remember consent until himitsu or hissh-agent
- terminates. _skip_ will postpone the decision until the next prompt
- and _refuse_ will deny the request and future requests won't be shown.
+ Possible options are _session_, _skip_, _refuse_ or a timeout in seconds
+ as integer. _session_ will remember consent until himitsu or hissh-agent
+ terminates. _skip_ will postpone the decision until the next prompt and
+ _refuse_ will deny the request and future requests won't be shown.
The first value will be considered as the default one by the prompter.
- Default value, if the option is omitted: session,300,refuse
+ Default value, if the option is omitted: *session,300,refuse*
*disclose*
- Remember options that the prompter should show when asking for private
- key disclosure in e.g. signing operations. Leave blank, if not
- applicable.
+ A comma separated list of _remember options_ that are passed to the when
+ requesting private key disclosure (e.g.: in signing operations). Leave
+ blank, if not applicable.
Uses the same syntax as the *persist* option.
- Default value, if the option is omitted: skip,session,300
+ Default value, if the option is omitted: *skip,session,300*
# SEE ALSO
-*himitsu-ssh*(7)
+*himitsu-ssh*(7) *himitsu-ipc*(5)
# AUTHORS