- 论坛徽章:
- 0
|
GatewayPorts\r\n Specifies whether remote hosts are allowed to connect to ports forwarded for the client. By default, sshd binds remote port for-\r\n wardings to the loopback address. This prevents other remote hosts from connecting to forwarded ports. GatewayPorts can be used\r\n to specify that sshd should allow remote port forwardings to bind to non-loopback addresses, thus allowing other hosts to connect.\r\n The argument may be \"no\" to force remote port forwardings to be available to the local host only, \"yes\" to force remote port for-\r\n wardings to bind to the wildcard address, or \"clientspecified\" to allow the client to select the address to which the forwarding\r\n is bound. The default is \"no\". |
|