[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.358 and 1.359

version 1.358, 2021/07/23 04:00:59 version 1.359, 2021/07/23 04:04:52
Line 676 
Line 676 
 and  and
 .Cm sha256  .Cm sha256
 (the default).  (the default).
   .It Cm ForkAfterAuthentication
   Requests
   .Nm ssh
   to go to background just before command execution.
   This is useful if
   .Nm ssh
   is going to ask for passwords or passphrases, but the user
   wants it in the background.
   This implies the
   .Cm StdinNull
   configuration option being set to
   .Dq yes .
   The recommended way to start X11 programs at a remote site is with
   something like
   .Ic ssh -f host xterm ,
   which is the same as
   .Ic ssh host xterm
   if the
   .Cm ForkAfterAuthentication
   configuration option is set to
   .Dq yes .
   .Pp
   If the
   .Cm ExitOnForwardFailure
   configuration option is set to
   .Dq yes ,
   then a client started with the
   .Cm ForkAfterAuthentication
   configuration option being set to
   .Dq yes
   will wait for all remote port forwards to be successfully established
   before placing itself in the background.
   The argument to this keyword must be
   .Cm yes
   (same as the
   .Fl f
   option) or
   .Cm no
   (the default).
 .It Cm ForwardAgent  .It Cm ForwardAgent
 Specifies whether the connection to the authentication agent (if any)  Specifies whether the connection to the authentication agent (if any)
 will be forwarded to the remote machine.  will be forwarded to the remote machine.

Legend:
Removed from v.1.358  
changed lines
  Added in v.1.359