[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.270 and 1.271

version 1.270, 2018/06/01 06:23:10 version 1.271, 2018/06/06 18:24:00
Line 1126 
Line 1126 
 .Cm MaxSessions ,  .Cm MaxSessions ,
 .Cm PasswordAuthentication ,  .Cm PasswordAuthentication ,
 .Cm PermitEmptyPasswords ,  .Cm PermitEmptyPasswords ,
   .Cm PermitListen ,
 .Cm PermitOpen ,  .Cm PermitOpen ,
 .Cm PermitRootLogin ,  .Cm PermitRootLogin ,
 .Cm PermitTTY ,  .Cm PermitTTY ,
Line 1185 
Line 1186 
 server allows login to accounts with empty password strings.  server allows login to accounts with empty password strings.
 The default is  The default is
 .Cm no .  .Cm no .
   .It Cm PermitListen
   Specifies the addresses/ports on which a remote TCP port forwarding may listen.
   The listen specification must be one of the following forms:
   .Pp
   .Bl -item -offset indent -compact
   .It
   .Cm PermitListen
   .Sm off
   .Ar host : port
   .Sm on
   .It
   .Cm PermitListen
   .Sm off
   .Ar IPv4_addr : port
   .Sm on
   .It
   .Cm PermitListen
   .Sm off
   .Ar \&[ IPv6_addr \&] : port
   .Sm on
   .El
   .Pp
   Multiple permissions may be specified by separating them with whitespace.
   An argument of
   .Cm any
   can be used to remove all restrictions and permit any listen requests.
   An argument of
   .Cm none
   can be used to prohibit all listen requests.
   The host name may contain wildcards as described in the PATTERNS section in
   .Xr ssh_config 5 .
   The wildcard
   .Sq *
   can also be used in place of a port number to allow all ports.
   By default all port forwarding listen requests are permitted.
   Note that
   .Cm GatewayPorts
   option may further restrict which addresses may be listened on.
 .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.270  
changed lines
  Added in v.1.271