[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.52 and 1.53

version 1.52, 2005/05/20 10:50:55 version 1.53, 2005/05/20 11:23:32
Line 624 
Line 624 
 This directive is useful in conjunction with  This directive is useful in conjunction with
 .Xr nc 1  .Xr nc 1
 and its proxy support.  and its proxy support.
 For example, the following directive would connect via a HTTP proxy at  For example, the following directive would connect via an HTTP proxy at
 192.0.2.0:  192.0.2.0:
 .Bd -literal -offset 3n  .Bd -literal -offset 3n
 ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p  ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
 .Ed  .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.52  
changed lines
  Added in v.1.53