diff options
Diffstat (limited to 'docs/mcc-help/en/drakwizard_sshd.xml')
-rw-r--r-- | docs/mcc-help/en/drakwizard_sshd.xml | 123 |
1 files changed, 116 insertions, 7 deletions
diff --git a/docs/mcc-help/en/drakwizard_sshd.xml b/docs/mcc-help/en/drakwizard_sshd.xml index 67635991..06bf7d29 100644 --- a/docs/mcc-help/en/drakwizard_sshd.xml +++ b/docs/mcc-help/en/drakwizard_sshd.xml @@ -9,11 +9,120 @@ </imageobject> </mediaobject> - <para>This page hasn't been written yet for lack of resources. If you think - you can write this help, please contact <link ns2:href="https://wiki.mageia.org/en/Documentation_team"> the Doc team.</link> Thanking you in advance.</para> - - - <para>You can start this tool from the - command line, by typing <emphasis role="bold">drakwizard sshd</emphasis> as - root.</para> + + <para>This tool<footnote><para>You can start this tool from the command line, by typing <emphasis role="bold">drakwizard sshd</emphasis> as root.</para></footnote> can help you to set up an <acronym>SSH</acronym> daemon. + </para> + <section> + <title>What is <acronym>SSH</acronym>?</title> + <para> + Secure Shell (SSH) is a cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers that connects, via a secure channel over an insecure network, a server and a client (running SSH server and <acronym>SSH</acronym> client programs, respectively). (From Wikipedia) + </para> + </section> + <section> + <title>Setting up an <acronym>SSH</acronym> daemon with drakwizard sshd</title> + <para> + Welcome to the Open SSH wizard. + </para> + <procedure> + <step> + <title>Select Type of Configure Options</title> + <mediaobject> + <imageobject> + <imagedata xml:id="drakwizard_sshd-im2" revision="1" align="center" format="PNG" fileref="drakwizard-sshd-step1.png"/> + </imageobject> + </mediaobject> + <para> + Choose <guilabel>Expert</guilabel> for all options or <guilabel>Newbie</guilabel> to skip steps 3-7, click <guibutton>Next</guibutton>. + </para> + </step> + <step> + <title>General Options</title> + <mediaobject> + <imageobject> + <imagedata xml:id="drakwizard_sshd-im3" revision="1" align="center" format="PNG" fileref="drakwizard-sshd-step2.png"/> + </imageobject> + </mediaobject> + <para> + Sets visibility and root access options. Port 22 is the standard <acronym>SSH</acronym> port. + </para> + </step> + <step> + <title>Authenticaion Methods</title> + <mediaobject> + <imageobject> + <imagedata xml:id="drakwizard_sshd-im4" revision="1" align="center" format="PNG" fileref="drakwizard-sshd-step3.png"/> + </imageobject> + </mediaobject> + <para> + Allow a variety of authentication methods users can use while connecting, then click <guibutton>Next</guibutton>. + </para> + </step> + <step> + <title>Logging</title> + <mediaobject> + <imageobject> + <imagedata xml:id="drakwizard_sshd-im5" revision="1" align="center" format="PNG" fileref="drakwizard-sshd-step4.png"/> + </imageobject> + </mediaobject> + <para> + Choose logging facility and level of output, then click <guibutton>Next</guibutton>. + </para> + </step> + <step> + <title>Login Options</title> + <mediaobject> + <imageobject> + <imagedata xml:id="drakwizard_sshd-im6" revision="1" align="center" format="PNG" fileref="drakwizard-sshd-step5.png"/> + </imageobject> + </mediaobject> + <para> + Configure per-login settings, then click <guibutton>Next</guibutton>. + </para> + </step> + <step> + <title>User Login Options</title> + <mediaobject> + <imageobject> + <imagedata xml:id="drakwizard_sshd-im7" revision="1" align="center" format="PNG" fileref="drakwizard-sshd-step6.png"/> + </imageobject> + </mediaobject> + <para> + Configure the user access settings, then click <guibutton>Next</guibutton>. + </para> + </step> + <step> + <title>Compression and Forwarding</title> + <mediaobject> + <imageobject> + <imagedata xml:id="drakwizard_sshd-im8" revision="1" align="center" format="PNG" fileref="drakwizard-sshd-step7.png"/> + </imageobject> + </mediaobject> + <para> + Configure X11 forwarding and compression during transfer, then click <guibutton>Next</guibutton>. + </para> + </step> + <step> + <title>Summary</title> + <mediaobject> + <imageobject> + <imagedata xml:id="drakwizard_sshd-im9" revision="1" align="center" format="PNG" fileref="drakwizard-sshd-step8.png"/> + </imageobject> + </mediaobject> + <para> + Take a second to check these option, then click <guibutton>Next</guibutton>. + </para> + </step> + <step> + <title>Finish</title> + <mediaobject> + <imageobject> + <imagedata xml:id="drakwizard_sshd-im10" revision="1" align="center" format="PNG" fileref="drakwizard-sshd-step9.png"/> + </imageobject> + </mediaobject> + <para> + You're done! Click <guibutton>Finish</guibutton>. + </para> + </step> + </procedure> + </section> </section> |