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

Diff for /src/usr.bin/ssh/sshd.8 between version 1.299 and 1.300

version 1.299, 2018/03/14 06:56:20 version 1.300, 2018/06/06 18:24:15
Line 527 
Line 527 
 .It Cm no-X11-forwarding  .It Cm no-X11-forwarding
 Forbids X11 forwarding when this key is used for authentication.  Forbids X11 forwarding when this key is used for authentication.
 Any X11 forward requests by the client will return an error.  Any X11 forward requests by the client will return an error.
   .It Cm permitlisten="host:port"
   Limit remote port forwarding with
   .Xr ssh 1
   .Fl R
   option such that it may only listen on the specified host and port.
   IPv6 addresses can be specified by enclosing the address in square brackets.
   Multiple
   .Cm permitlisten
   options may be applied separated by commas.
   Hostnames may include wildcards as described in the PATTERNS section in
   .Xr ssh_config 5 .
   A port specification of
   .Cm *
   matches any port.
   Note that the setting of
   .Cm GatewayPorts
   may further restrict listen addresses.
 .It Cm permitopen="host:port"  .It Cm permitopen="host:port"
 Limit local port forwarding with  Limit local port forwarding with
 .Xr ssh 1  .Xr ssh 1
 .Fl L  .Fl L
 such that it may only connect to the specified host and port.  option such that it may only connect to the specified host and port.
 IPv6 addresses can be specified by enclosing the address in square brackets.  IPv6 addresses can be specified by enclosing the address in square brackets.
 Multiple  Multiple
 .Cm permitopen  .Cm permitopen

Legend:
Removed from v.1.299  
changed lines
  Added in v.1.300