[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.166 and 1.167

version 1.166, 2013/06/27 14:05:37 version 1.167, 2013/08/20 00:11:38
Line 937 
Line 937 
 .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
   .It Cm ProxyUseFdpass
   Specifies that the a
   .Cm ProxyCommand
   will pass a connected file descriptor back to
   .Nm ssh
   instead of continuing to execute and pass data.
   The default is
   .Dq no .
 .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.166  
changed lines
  Added in v.1.167