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

Diff for /src/usr.bin/ssh/sshd_config.5 between version 1.275 and 1.276

version 1.275, 2018/06/09 03:18:11 version 1.276, 2018/06/19 02:59:41
Line 1197 
Line 1197 
 .It  .It
 .Cm PermitListen  .Cm PermitListen
 .Sm off  .Sm off
 .Ar host : port  .Ar port
 .Sm on  .Sm on
 .It  .It
 .Cm PermitListen  .Cm PermitListen
 .Sm off  .Sm off
 .Ar IPv4_addr : port  .Ar host : port
 .Sm on  .Sm on
 .It  
 .Cm PermitListen  
 .Sm off  
 .Ar \&[ IPv6_addr \&] : port  
 .Sm on  
 .El  .El
 .Pp  .Pp
 Multiple permissions may be specified by separating them with whitespace.  Multiple permissions may be specified by separating them with whitespace.
Line 1227 
Line 1222 
 Note that the  Note that the
 .Cm GatewayPorts  .Cm GatewayPorts
 option may further restrict which addresses may be listened on.  option may further restrict which addresses may be listened on.
   Note also that
   .Xr ssh 1
   will request a listen host of
   .Dq localhost
   if no listen host was specifically requested, and this this name is
   treated differently to explict localhost addresses of
   .Dq 127.0.0.1
   and
   .Dq ::1 .
 .It Cm PermitOpen  .It Cm PermitOpen
 Specifies the destinations to which TCP port forwarding is permitted.  Specifies the destinations to which TCP port forwarding is permitted.
 The forwarding specification must be one of the following forms:  The forwarding specification must be one of the following forms:

Legend:
Removed from v.1.275  
changed lines
  Added in v.1.276