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

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

version 1.5, 2005/05/31 23:02:29 version 1.6, 2005/06/01 08:14:53
Line 88 
Line 88 
 with the SSH2 identity key in  with the SSH2 identity key in
 .Ar ~/.ssh/id_rsa :  .Ar ~/.ssh/id_rsa :
 .Pp  .Pp
 .Dl $ gzsign sign ~/.ssh/id_rsa file1 file2  .Dl $ gzsig sign ~/.ssh/id_rsa file1 file2
 .Pp  .Pp
 Sign  Sign
 .Ar file1  .Ar file1
 with the SSH2 identity key, saving the signed file in  with the SSH2 identity key, saving the signed file in
 .Ar file2 :  .Ar file2 :
 .Pp  .Pp
 .Dl $ gzsign sign ~/.ssh/id_rsa < file1 > file2  .Dl $ gzsig sign ~/.ssh/id_rsa < file1 > file2
 .Pp  .Pp
 Verify the signature on  Verify the signature on
 .Ar file1  .Ar file1
 using the SSL certificate in  using the SSL certificate in
 .Ar /etc/ssl/server.crt :  .Ar /etc/ssl/server.crt :
 .Pp  .Pp
 .Dl $ gzsign verify /etc/ssl/server.crt < file1  .Dl $ gzsig verify /etc/ssl/server.crt < file1
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr gzip 1 ,  .Xr gzip 1 ,
 .Xr ssh-keygen 1 ,  .Xr ssh-keygen 1 ,

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