[BACK]Return to skeyinit.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / skeyinit

Diff for /src/usr.bin/skeyinit/skeyinit.1 between version 1.26 and 1.27

version 1.26, 2003/06/10 09:12:11 version 1.27, 2004/06/04 18:18:20
Line 26 
Line 26 
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 initializes the system so you can use S/Key one-time passwords to login.  initializes the system so you can use S/Key one-time passwords to login.
 The program will ask you to enter a secret pass phrase;  The program will ask you to enter a secret passphrase which is used by
   .Xr skey 1
   to generate one-time passwords;
 enter a phrase of several words in response.  enter a phrase of several words in response.
 After the S/Key database  After the S/Key database
 has been updated you can login using either your regular password  has been updated you can login using either your regular password
 or using S/Key one-time passwords.  or using S/Key one-time passwords.
 .Pp  .Pp
 .Nm  .Nm
 requires you to type a secret password, so it should be used  requires you to type a secret passphrase, so it should be used
 only on a secure terminal.  only on a secure terminal.
 For example, on the console of a  For example, on the console of a
 workstation or over an encrypted network session.  workstation or over an encrypted network session.
Line 80 
Line 82 
 Without the  Without the
 .Fl s  .Fl s
 option the system will assume you are directly connected over secure  option the system will assume you are directly connected over secure
 communications and prompt you for your secret password.  communications and prompt you for your secret passphrase.
 The  The
 .Fl s  .Fl s
 option also allows one to set the seed and count for complete  option also allows one to set the seed and count for complete
Line 114 
Line 116 
 .Dq secure  .Dq secure
 mode.  mode.
 .It Fl x  .It Fl x
 Displays pass phrase in hexadecimal instead of ASCII.  Displays one-time password in hexadecimal instead of ASCII.
 .It Fl a Ar auth-type  .It Fl a Ar auth-type
 Specify an authentication type such as  Specify an authentication type such as
 .Dq krb4 ,  
 .Dq krb5  .Dq krb5
 or  or
 .Dq passwd .  .Dq passwd .

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27