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

Diff for /src/usr.bin/ssh/ssh-keygen.1 between version 1.126 and 1.127

version 1.126, 2015/07/03 03:49:45 version 1.127, 2015/08/20 19:20:06
Line 680 
Line 680 
 to  to
 .Fl s :  .Fl s :
 .Pp  .Pp
 .Dl $ ssh-keygen -s ca_key.pub -D libpkcs11.so -I key_id host_key.pub  .Dl $ ssh-keygen -s ca_key.pub -D libpkcs11.so -I key_id user_key.pub
 .Pp  .Pp
 In all cases,  In all cases,
 .Ar key_id  .Ar key_id
Line 693 
Line 693 
 To generate a certificate for a specified set of principals:  To generate a certificate for a specified set of principals:
 .Pp  .Pp
 .Dl $ ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub  .Dl $ ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub
 .Dl "$ ssh-keygen -s ca_key -I key_id -h -n host.domain user_key.pub"  .Dl "$ ssh-keygen -s ca_key -I key_id -h -n host.domain host_key.pub"
 .Pp  .Pp
 Additional limitations on the validity and use of user certificates may  Additional limitations on the validity and use of user certificates may
 be specified through certificate options.  be specified through certificate options.

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127