1CONFIG_IP_NF_FTP
2RSH protocol support
3CONFIG_IP_NF_RSH
4  The RSH connection tracker is required if the dynamic
5  stderr "Server to Client" connection is to occur during a
6  normal RSH session.  This typically operates as follows;
7
8    Client 0:1023 --> Server 514    (stream 1 - stdin/stdout)
9    Client 0:1023 <-- Server 0:1023 (stream 2 - stderr)
10
11  This connection tracker will identify new RSH sessions,
12  extract the outbound session details, and notify netfilter
13  of pending "related" sessions.
14
15  Warning: This module could be dangerous. It is not "best
16           practice" to use RSH, use SSH in all instances.
17           (see rfc1244, rfc1948, rfc2179, etc ad-nauseum)
18
19
20  If you want to compile it as a module, say M here and read
21  <file:Documentation/modules.txt>.  If unsure, say `N'.
22