<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Helvetica, Arial, sans-serif">This tip comes from one of
      our contest participants:<br>
      <br>
      <i>"Just in case it would help others, here is the chunk I just
        added to my ~/.ssh/config file, to make sure that I never err
        with the wrong port number:</i><i>"</i><br>
      <br>
    </font>
    <div class="moz-forward-container">
      <div>
        <div><tt># Dallas Fort Worth Perl Mongers - disk deduplication
            contest 2013-12-18</tt></div>
        <div><tt>Host dfw</tt></div>
        <div><tt>    Hostname                    <a
              moz-do-not-send="true" href="http://perl.atrixnet.com">perl.atrixnet.com</a></tt></div>
        <div><tt>    Port                        2222</tt></div>
        <div><tt>    User                        PUT YOUR USERNAME HERE<br>
          </tt></div>
        <div><tt>    PreferredAuthentications    publickey</tt></div>
        <div><tt>    IdentityFile                ~/.ssh/id_rsa</tt></div>
        <div><tt>    IdentitiesOnly              yes</tt></div>
      </div>
      <div>
        <div><font face="Helvetica, Arial, sans-serif"><br>
            <br>
          </font></div>
        <div><font face="Helvetica, Arial, sans-serif">--Tommy Butler<br>
          </font></div>
      </div>
    </div>
    <font face="Helvetica, Arial, sans-serif"><br>
    </font>
  </body>
</html>