[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.294 and 1.295

version 1.294, 2010/02/11 13:23:29 version 1.295, 2010/02/26 20:29:54
Line 1103 
Line 1103 
 option in  option in
 .Xr ssh_config 5  .Xr ssh_config 5
 for more information.  for more information.
   .Pp
   Host keys may also be presented as certificates signed by a trusted
   certification authority (CA).
   In this case, trust of the CA key alone is sufficient for the host key
   to be accepted.
   To specify a public key as a trusted CA key in a known hosts file,
   it should be added after a
   .Dq @cert-authority
   tag and a set of one or more domain-name wildcards separated by commas.
   For example:
   .Pp
   .Dl @cert-authority *.mydomain.org,*.mydomain.com ssh-rsa AAAAB5W...
   .Pp
   See the
   .Sx CERTIFICATES
   section of
   .Xr ssh-keygen 1
   for more details.
   .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.294  
changed lines
  Added in v.1.295