[deployment-guide/comm-rel: 11/23] Added screenshots.

dsilas dsilas at fedoraproject.org
Sun Jul 18 15:53:13 UTC 2010


commit d6fec1dae53028567fa5783c5d1d867627e333c1
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri Jul 16 13:59:11 2010 +0200

    Added screenshots.

 en-US/OpenSSH.xml                               |   54 ++++++++++++++++++++---
 en-US/images/ssh-passphrase-prompt.png          |  Bin 0 -> 13186 bytes
 en-US/images/ssh-startup-applications-add.png   |  Bin 0 -> 14508 bytes
 en-US/images/ssh-startup-applications-check.png |  Bin 0 -> 148890 bytes
 en-US/images/ssh-startup-applications.png       |  Bin 0 -> 146484 bytes
 5 files changed, 47 insertions(+), 7 deletions(-)
---
diff --git a/en-US/OpenSSH.xml b/en-US/OpenSSH.xml
index 3af37f7..aa17c56 100644
--- a/en-US/OpenSSH.xml
+++ b/en-US/OpenSSH.xml
@@ -833,9 +833,22 @@ The key's randomart image is:
             <para>
               Select <menuchoice><guimenu>System</guimenu><guisubmenu>Preferences</guisubmenu><guimenuitem>Startup Applications</guimenuitem></menuchoice> from the panel. The <application>Startup Applications Preferences</application> will be started, and the tab containing a list of available startup programs will be shown by default. 
             </para>
-            <!-- TODO: Add screenshot. -->
+            <figure id="fig-ssh-startup-applications">
+              <title><application>Startup Applications Preferences</application></title>
+              <mediaobject>
+                <imageobject>
+                  <imagedata fileref="images/ssh-startup-applications.png" format="PNG" scalefit="1" />
+                </imageobject>
+                <textobject>
+                  <para><application>Startup Applications Preferences</application></para>
+                </textobject>
+              </mediaobject>
+            </figure>
           </step>
           <step>
+            <para>
+              Click the <guibutton>Add</guibutton> button on the left, and enter <userinput>/usr/bin/ssh-add</userinput> in the <guilabel>Command</guilabel> field.
+            </para>
             <indexterm>
               <primary>OpenSSH</primary>
               <secondary>
@@ -847,22 +860,49 @@ The key's randomart image is:
                 <command>ssh-add</command>
               </primary>
             </indexterm>
-            <para>
-              Click the <guibutton>Add</guibutton> button on the left, and enter <userinput>/usr/bin/ssh-add</userinput> in the <guilabel>Command</guilabel> field.
-            </para>
-            <!-- TODO: Add screenshot. -->
+            <figure id="fig-ssh-startup-applications-add">
+              <title>Adding new application</title>
+              <mediaobject>
+                <imageobject>
+                  <imagedata fileref="images/ssh-startup-applications-add.png" format="PNG" scalefit="1" />
+                </imageobject>
+                <textobject>
+                  <para>Adding new application</para>
+                </textobject>
+              </mediaobject>
+            </figure>
           </step>
           <step>
             <para>
               Click <guibutton>Add</guibutton> and make sure the checkbox next to the newly added item is selected.
             </para>
-            <!-- TODO: Add screenshot. -->
+            <figure id="fig-ssh-startup-applications-check">
+              <title>Enabling the application</title>
+              <mediaobject>
+                <imageobject>
+                  <imagedata fileref="images/ssh-startup-applications-check.png" format="PNG" scalefit="1" />
+                </imageobject>
+                <textobject>
+                  <para>Enabling the application</para>
+                </textobject>
+              </mediaobject>
+            </figure>
           </step>
           <step>
             <para>
               Log out and then log back in. A dialog box will appear prompting you for your passphrase. From this point on, you should not be prompted for a password by <command>ssh</command>, <command>scp</command>, or <command>sftp</command>.
             </para>
-            <!-- TODO: Add screenshot. -->
+            <figure id="fig-ssh-passphrase-prompt">
+              <title>Entering a passphrase</title>
+              <mediaobject>
+                <imageobject>
+                  <imagedata fileref="images/ssh-passphrase-prompt.png" format="PNG" scalefit="1" />
+                </imageobject>
+                <textobject>
+                  <para>Entering a passphrase</para>
+                </textobject>
+              </mediaobject>
+            </figure>
           </step>
         </procedure>
         <para>
diff --git a/en-US/images/ssh-passphrase-prompt.png b/en-US/images/ssh-passphrase-prompt.png
new file mode 100644
index 0000000..420a5b1
Binary files /dev/null and b/en-US/images/ssh-passphrase-prompt.png differ
diff --git a/en-US/images/ssh-startup-applications-add.png b/en-US/images/ssh-startup-applications-add.png
new file mode 100644
index 0000000..0e8ccde
Binary files /dev/null and b/en-US/images/ssh-startup-applications-add.png differ
diff --git a/en-US/images/ssh-startup-applications-check.png b/en-US/images/ssh-startup-applications-check.png
new file mode 100644
index 0000000..bd8e824
Binary files /dev/null and b/en-US/images/ssh-startup-applications-check.png differ
diff --git a/en-US/images/ssh-startup-applications.png b/en-US/images/ssh-startup-applications.png
new file mode 100644
index 0000000..27dedc7
Binary files /dev/null and b/en-US/images/ssh-startup-applications.png differ


More information about the docs-commits mailing list