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

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.51 and 1.52

version 1.51, 2005/04/26 13:08:37 version 1.52, 2005/05/20 10:50:55
Line 621 
Line 621 
 .Cm CheckHostIP  .Cm CheckHostIP
 is not available for connects with a proxy command.  is not available for connects with a proxy command.
 .Pp  .Pp
   This directive is useful in conjunction with
   .Xr nc 1
   and its proxy support.
   For example, the following directive would connect via a HTTP proxy at
   192.0.2.0:
   .Bd -literal -offset 3n
   ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
   .Ed
   .Pp
 .It Cm PubkeyAuthentication  .It Cm PubkeyAuthentication
 Specifies whether to try public key authentication.  Specifies whether to try public key authentication.
 The argument to this keyword must be  The argument to this keyword must be

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52