Update of /cvsroot/leaf/doc/guide/user-bering-uclibc
In directory sc8-pr-cvs1:/tmp/cvs-serv4399

Modified Files:
        bucu-ipv6.xml 
Log Message:
Section on OpenSSH daemon added


Index: bucu-ipv6.xml
===================================================================
RCS file: /cvsroot/leaf/doc/guide/user-bering-uclibc/bucu-ipv6.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** bucu-ipv6.xml       17 Aug 2003 19:56:48 -0000      1.4
--- bucu-ipv6.xml       29 Aug 2003 20:42:01 -0000      1.5
***************
*** 34,37 ****
--- 34,47 ----
          <revremark>Links to IPv6 packages and 6wall documentation 
corrected</revremark>
        </revision>
+ 
+       <revision>
+         <revnumber>0.3</revnumber>
+ 
+         <date>2003-08-29</date>
+ 
+         <authorinitials>ET</authorinitials>
+ 
+         <revremark>Added description for OpenSSH daemon</revremark>
+       </revision>
      </revhistory>
    </chapterinfo>
***************
*** 661,665 ****
          <filename>pppd.lrp</filename></para></listitem><listitem><para><command><link
          linkend="netsnmpd">snmpd</link></command> - provided by
!         <filename>netsnmpd.lrp</filename></para></listitem></itemizedlist></para>
        </section>
      </section>
--- 671,678 ----
          <filename>pppd.lrp</filename></para></listitem><listitem><para><command><link
          linkend="netsnmpd">snmpd</link></command> - provided by
!         
<filename>netsnmpd.lrp</filename></para></listitem><listitem><para><command><link
!         linkend="sshd">sshd</link></command> - provided by
!         <filename>sshd.lrp</filename>, <filename>libz.lrp</filename> and
!         <filename>libcrpto.lrp</filename> </para></listitem></itemizedlist></para>
        </section>
      </section>
***************
*** 1249,1252 ****
        </section>
      </section>
    </section>
! </chapter>
--- 1262,1343 ----
        </section>
      </section>
+ 
+     <section id="sshd">
+       <title>sshd</title>
+ 
+       <section>
+         <title>Overview</title>
+ 
+         <informaltable>
+           <tgroup align="left" cols="2" colsep="1" rowsep="1">
+             <tbody>
+               <row>
+                 <entry>Description</entry>
+ 
+                 <entry>Secure shell daemon</entry>
+               </row>
+ 
+               <row>
+                 <entry>Source</entry>
+ 
+                 <entry><ulink 
url="http://www.samba.org/ppp/";>www.openssh.org</ulink></entry>
+               </row>
+ 
+               <row>
+                 <entry>Version</entry>
+ 
+                 <entry>3.6.1p1</entry>
+               </row>
+ 
+               <row>
+                 <entry>Packages</entry>
+ 
+                 <entry><filename>sshd.lrp</filename>, <filename>libm.lrp</filename>,
+                 <filename>libcrpto.lrp</filename></entry>
+               </row>
+             </tbody>
+           </tgroup>
+         </informaltable>
+       </section>
+ 
+       <section>
+         <title>Configuration</title>
+ 
+         <para>This section only describes how to use the IPv6 features of
+         sshd. For general configuration issues refer to the documentation on
+         the <ulink url="http://www.openssh.org";>OpenSSH</ulink> site.</para>
+ 
+         <para>Sshd is compiled with TCP-wrappers support. Thus means that the
+         <filename>hosts.allow</filename> and <filename>hosts.deny</filename>
+         files are used for acces control purposes. If you want to access the
+         ssh daemon with an IPv6 enabled client such as <ulink
+         url="http://unfix.org/projects/ipv6/";>PuTTY</ulink>, then you need to
+         specifiy the IPv6 address for the single client or the prefix for more
+         clients in the same subnet.</para>
+ 
+         <para>The following is an example how to modify 
<filename>/etc/hosts.allow</filename>
+         to allow all clients with a site-local address:</para>
+ 
+         <programlisting>
+ (...)
+ ALL: [fec0::/64]
+ (...)
+  </programlisting>
+       </section>
+ 
+       <section>
+         <title>Limitations &#38; known problems</title>
+ 
+         <para>The known limitations and problems with this application are
+         listed below. If you happen to have a solution for these issues,
+         please let us know.</para>
+ 
+         <itemizedlist>
+           <listitem>
+             <para>To be provided.</para>
+           </listitem>
+         </itemizedlist>
+       </section>
+     </section>
    </section>
! </chapter>
\ No newline at end of file




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to