logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Config::Model::models::Ssh::PortForward - Configuration class Ssh::PortForward

Author

       Dominique Dumont

Description

       Configuration classes used by Config::Model

       Configuration class that represents the parameters required to specify port forwarding in a ssh
       configuration.

Elements

ipv6
       Specify if the forward is specified iwth IPv6 or IPv4.  Optional.Typeboolean.bind_address-bindaddresstolistento
       Specify the address that the port will listen to. By default, only connections coming from localhost
       (127.0.0.1) will be forwarded.

       By default, the local port is bound in accordance with the GatewayPorts setting. However, an explicit
       bind_address may be used to bind the connection to a specific address.

       The bind_address of 'localhost' indicates that the listening port be bound for local use only, while an
       empty address or '*' indicates that the port should be available from all interfaces.  Optional.Typeuniline.port
       Listening port. Connection made to this port will be forwarded to the other side of the tunnel.
       Mandatory.Typeuniline.host-hostnameoraddressMandatory.Typeuniline.hostport-destinationport
       Port number to connect the tunnel to.  Mandatory.Typeuniline.

License

       LGPL2

perl v5.40.1                                       2025-04-09              Config::Model:...sh::PortForward(3pm)

Name

       Config::Model::models::Ssh::PortForward - Configuration class Ssh::PortForward

See Also

       •   cme

See Also