HP NonStop SSH Reference Manual Configuring and Running SSH2 • 93
No filter key will be set. However, any DEFINE =PTCPIP^FILTER^KEY passed to SSH2 at startup will
remain in effect.
Default
The default for this parameter is *.
Considerations
• Use this parameter to enable round-robin filtering for multiple SSH2 servers configured to run as generic
processes. (DEFINEs cannot be propagated to generic processes.)
PTCPIPFILTERTCPPORTS
Use this parameter to limit port sharing in case round-robin filtering is enabled.
Parameter Syntax
PTCPIPFILTERTCPPORTS Pstartport.Pendport | *
Arguments
Pstartport.Pendport
A port range from startport to endport that restricts shared ports to the configured port range. The configuration
is only effective if round-robin is enabled, i.e. if either the DEFINE =PTCPIP^FILTER^KEY or the SSH2
parameter PTCPIPFILTERKEY is set.
*
Shared ports will not be limited. However, any DEFINE =PTCPIP^FILTER^TCP^PORTS passed to SSH2 at
startup will remain in effect.
Default
The default for this parameter is *.
Considerations
• Use this parameter to limit shared ports when round-robin filtering is enabled for multiple SSH2 servers
configured as generic processes.
PTYSERVER
Use this parameter to specify the name of an STN process serving as a pseudo terminal (PTY) server.
Parameter Syntax
PTYSERVER processname
Arguments
processname
Specifies the name of an STN process.
Default
The default for this parameter is $PTY.
Considerations
• Please refer to the "Enabling Full TTY Access" section for details.