Skip to content

Commit

Permalink
Merge branch 'issue-126' into 'master'
Browse files Browse the repository at this point in the history
Updated doc to reflect change in ssh-keygen

See merge request ghsc/hazdev/pdl!142
  • Loading branch information
jmfee-usgs committed Feb 23, 2021
2 parents ee71339 + be5a39d commit 310ab39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/userguide/sending.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2 id="start">Getting Started</h2>
use a sender's public key to verify signatures.</p>

<div class="code"><pre>
ssh-keygen -t dsa -b 1024 -C 'Comment describing key' -f &lt;keyfilename&gt;
ssh-keygen -t dsa -b 1024 -m PEM -C 'Comment describing key' -f &lt;keyfilename&gt;
</pre></div>

<p>Do not assign a key passphrase. This creates two files: a
Expand Down Expand Up @@ -312,7 +312,7 @@ <h3 id="commandline_arguments">Send Arguments</h3>
character network code followed by up to 8 character network event
code) <br />
Examples include <code>us2009abcd</code> and <code>nc12345678</code></dd>

<dt>--trackerURL=&lt;trackerURL&gt;</dt>
<dd>A location where tracking updates are sent. <br />
Example: <code> --trackerURL=http://ehppdl1.cr.usgs.gov/tracker/ </code></dd>
Expand Down Expand Up @@ -562,14 +562,14 @@ <h3>How is the signature generated and verified?</h3>

<h2 id="compression">Compression</h2>

<p>Depending on the type of content your product contains
<p>Depending on the type of content your product contains
(text/binary/compressed binary), transfer compression can significantly
decrease network usage. However, this is a trade off between available CPU and
decrease network usage. However, this is a trade off between available CPU and
network bandwidth.</p>

<p>A general rule is text or uncompressed binary content should use compression;
compressed binary content should not use additional compression.
You can read how to configure your transfer on the
You can read how to configure your transfer on the
<a href="configuration.html#ProductSender">ProductSender configuration</a>.</p>


Expand Down

0 comments on commit 310ab39

Please sign in to comment.