Skip to content

Commit

Permalink
Fix Cloudflare email protection on SSH commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelomer authored and achernya committed May 1, 2023
1 parent c5dd7f5 commit 197200f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ <h2 class="callout" style="color: darkblue;">Typical usage</h2>

<div class="span4">
<h3 class="callout">Different username</h3>
<pre>$ mosh <b>potus@</b><i>ackbar.bls.gov</i></pre>
<pre>$ mosh <!--email_off--><b>potus@</b><i>ackbar.bls.gov</i><!--/email_off--></pre>
</div>

<div class="span4">
Expand Down Expand Up @@ -1082,7 +1082,7 @@ <h1>Frequently Asked Questions</h1>
<dt>Q: How do I tell if mosh is working correctly?</dt>

<dd>
<p>After you run <code>mosh user@server</code>, if successful you will be dropped into your login
<p>After you run <code>mosh <!--email_off-->user@server<!--/email_off--></code>, if successful you will be dropped into your login
shell on the remote machine.

If you want
Expand Down

0 comments on commit 197200f

Please sign in to comment.