[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.429 and 1.430

version 1.429, 2022/02/06 00:29:03 version 1.430, 2022/03/31 17:27:27
Line 705 
Line 705 
 the listen port will be dynamically allocated on the server and reported  the listen port will be dynamically allocated on the server and reported
 to the client at run time.  to the client at run time.
 When used together with  When used together with
 .Ic -O forward  .Ic -O forward ,
 the allocated port will be printed to the standard output.  the allocated port will be printed to the standard output.
 .Pp  .Pp
 .It Fl S Ar ctl_path  .It Fl S Ar ctl_path
Line 1045 
Line 1045 
 All communication with  All communication with
 the remote command or shell will be automatically encrypted.  the remote command or shell will be automatically encrypted.
 .Pp  .Pp
 If an interactive session is requested  If an interactive session is requested,
 .Nm  .Nm
 by default will only request a pseudo-terminal (pty) for interactive  by default will only request a pseudo-terminal (pty) for interactive
 sessions when the client has one.  sessions when the client has one.
Line 1055 
Line 1055 
 .Fl t  .Fl t
 can be used to override this behaviour.  can be used to override this behaviour.
 .Pp  .Pp
 If a pseudo-terminal has been allocated the  If a pseudo-terminal has been allocated, the
 user may use the escape characters noted below.  user may use the escape characters noted below.
 .Pp  .Pp
 If no pseudo-terminal has been allocated,  If no pseudo-terminal has been allocated,

Legend:
Removed from v.1.429  
changed lines
  Added in v.1.430