~ubuntu-branches/ubuntu/raring/heimdal/raring

« back to all changes in this revision

Viewing changes to appl/otp/otp.cat1

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2011-10-03 23:50:05 UTC
  • mfrom: (1.1.15) (2.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20111003235005-0voibbgdhyqmtp6w
Tags: 1.5.dfsg.1-3
Add conflicts with kcc to heimdal-clients. Closes: #644138

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
OTP(1)                    BSD General Commands Manual                   OTP(1)
 
3
 
 
4
NNAAMMEE
 
5
     oottpp -- manages one-time passwords
 
6
 
 
7
SSYYNNOOPPSSIISS
 
8
     oottpp [--ddhhlloorr] [--ff _a_l_g_o_r_i_t_h_m] [--uu _u_s_e_r] _s_e_q_u_e_n_c_e_-_n_u_m_b_e_r _s_e_e_d
 
9
 
 
10
DDEESSCCRRIIPPTTIIOONN
 
11
     The oottpp program initializes and updates your current series of one-time
 
12
     passwords (OTPs).
 
13
 
 
14
     Use this to set a new series of one-time passwords.  Only perform this on
 
15
     the console or over an encrypted link as you will have to supply your
 
16
     pass-phrase.  The other two parameters are _s_e_q_u_e_n_c_e_-_n_u_m_b_e_r and _s_e_e_d.
 
17
 
 
18
     Options are:
 
19
 
 
20
     --dd      To delete a one-time password.
 
21
 
 
22
     --ff      Choose a different _a_l_g_o_r_i_t_h_m from the default md5.  Pick any of:
 
23
             md4, md5, and sha.
 
24
 
 
25
     --hh      For getting a help message.
 
26
 
 
27
     --ll      List the current table of one-time passwords.
 
28
 
 
29
     --oo      To open (unlock) the otp-entry for a user.
 
30
 
 
31
     --rr      To renew a one-time password series.  This operation can be per-
 
32
             formed over an potentially eavesdropped link because you do not
 
33
             supply the pass-phrase.  First you need to supply the current
 
34
             one-time password and then the new one corresponding to the sup-
 
35
             plied _s_e_q_u_e_n_c_e_-_n_u_m_b_e_r and _s_e_e_d.
 
36
 
 
37
     --uu      To choose a different _u_s_e_r to set one-time passwords for.  This
 
38
             only works when running oottpp as root.
 
39
 
 
40
SSEEEE AALLSSOO
 
41
     otpprint(1)
 
42
 
 
43
KTH-KRB                        November 17, 1996                       KTH-KRB