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

Diff for /src/usr.bin/skeyinfo/skeyinfo.1 between version 1.5 and 1.6

version 1.5, 2001/06/19 01:49:45 version 1.6, 2002/05/16 17:26:58
Line 1 
Line 1 
 .\" $OpenBSD$  .\" $OpenBSD$
 .\"  .\"
 .Dd 17 June 2001  .Dd May 16, 2002
 .Dt SKEYINFO 1  .Dt SKEYINFO 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 8 
Line 8 
 .Nd obtain the next S/Key challenge for a user  .Nd obtain the next S/Key challenge for a user
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm skeyinfo  .Nm skeyinfo
 .Op Fl a Ar auth-type  
 .Op Fl v  .Op Fl v
 .Op Ar user  .Op Ar user
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 17 
Line 16 
 current user if no user is specified.  current user if no user is specified.
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width auth-typeXXXX  .Bl -tag -width Ds
 .It Fl a Ar auth-type  
 Specify an authentication type instead of the default  
 .Dq skey .  
 This can be used to get a challenge for a challenge/response authentication  
 mechanism other than S/Key, or if a remote S/Key server is in use.  
 Note that this will cause an error if the selected type  
 does not support challenge/response style authentication.  
 .It Fl v  .It Fl v
 Print the hash algorithm as well.  Print the hash algorithm as well.
 .El  .El
Line 33 
Line 25 
 .Pp  .Pp
 This would print out a list of S/Key passwords for use over  This would print out a list of S/Key passwords for use over
 an untrusted network (perhaps for use at a conference).  an untrusted network (perhaps for use at a conference).
   .Sh ERRORS
   .Bl -tag -width Ds
   .It cannot open /etc/skey/user
   The user does not have an entry in
   .Pa /etc/skey
   or access to the S/Key database has been disabled.
   The database can be enabled with the
   .Xr skeyinit 1
   program.
   .It user is not listed in /etc/skey
   The S/Key database is enabled but the user does not have an entry in it.
   The
   .Xr skeyinit 1
   program can be used to create an entry for the user.
   .El
   .Sh FILES
   .Bl -tag -width /etc/skey
   .It Pa /etc/skey
   directory containing user entries for S/Key
   .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr skey 1 ,  .Xr skey 1 ,
 .Xr skeyinit 1  .Xr skeyinit 1
 .Sh CAVEATS  
 If the user does not have an entry in the S/Key database a fake  
 challenge will be printed.  

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6