From: Klas Lindfors Date: Thu, 23 Jan 2014 07:37:42 +0000 (+0100) Subject: man for recent totp additions to ykchalresp X-Git-Tag: v1.15.1~35 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=727ca39b27d06883421e652860c2fbe3ca3f875b;p=yubikey-personalization man for recent totp additions to ykchalresp --- diff --git a/ykchalresp.1 b/ykchalresp.1 index f959fc3..14f18a6 100644 --- a/ykchalresp.1 +++ b/ykchalresp.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2011-2013 Yubico AB +.\" Copyright (c) 2011-2014 Yubico AB .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -35,7 +35,7 @@ ykchalresp - Perform challenge-response operation with YubiKey .SH SYNOPSIS .B ykchalresp -[\fI-1\fR | \fI-2\fR] [\fI-H\fR] [\fI-Y\fR] [\fI-N\fR] [\fI-x\fR] [\fI-v\fR] [\fI-V\fR] [\fI-h\fR] +[\fI-1\fR | \fI-2\fR] [\fI-H\fR] [\fI-Y\fR] [\fI-N\fR] [\fI-x\fR] [\fI-v\fR] [\fI-6\fR] [\fI-8\fR] [\fI-t\fR] [\fI-V\fR] [\fI-h\fR] .SH DESCRIPTION .PP Send a challenge to a YubiKey, and read the response. The YubiKey can be configured @@ -66,6 +66,15 @@ challenge is hex encoded. \fB\-v\fR enable verbose mode. .TP +\fB\-6\fR +output the response in OATH format, 6 digits. +.TP +\fB\-8\fR +output the response in OATH format, 8 digits. +.TP +\fB\-t\fR +use current time as challenge instead of reading challenge from command line (as in default TOTP mode, seconds since 1970-01-01 00:00:00 / 30 encoded as an 8 byte challenge). +.TP \fB\-V\fR print tool version and exit.