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

Diff for /src/usr.bin/ssh/ssh.1 between version 1.296 and 1.297

version 1.296, 2010/02/26 22:09:28 version 1.297, 2010/03/04 10:36:03
Line 1121 
Line 1121 
 section of  section of
 .Xr ssh-keygen 1  .Xr ssh-keygen 1
 for more details.  for more details.
   .Pp
   Keys may be also be marked as revoked using the
   .Dq @revoked
   marker.
   Revoked keys will always trigger a warning when encountered and the host
   that presented them will be treated as untrusted.
   For example:
   .Pp
   .Dl @revoked * ssh-rsa AAAAB5W...
   .Pp
   Revoking a key revokes it for direct use and as a certification authority.
   Do not use both the
   .Dq @cert-authority and
   .Dq @revoked
   markers on the same line.
   .Pp
 .Sh SSH-BASED VIRTUAL PRIVATE NETWORKS  .Sh SSH-BASED VIRTUAL PRIVATE NETWORKS
 .Nm  .Nm
 contains support for Virtual Private Network (VPN) tunnelling  contains support for Virtual Private Network (VPN) tunnelling

Legend:
Removed from v.1.296  
changed lines
  Added in v.1.297