[DFW.pm] Dedup Contest - SSH Access Tip

Tommy Butler dfwpm at internetalias.net
Wed Dec 18 15:54:48 PST 2013


This tip comes from one of our contest participants:

/"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://"/

# Dallas Fort Worth Perl Mongers - disk deduplication contest 2013-12-18
Host dfw
    Hostname                    perl.atrixnet.com <http://perl.atrixnet.com>
    Port                        2222
    User                        PUT YOUR USERNAME HERE
    PreferredAuthentications    publickey
    IdentityFile                ~/.ssh/id_rsa
    IdentitiesOnly              yes


--Tommy Butler

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/dfw-pm/attachments/20131218/ed694c5e/attachment.html>


More information about the Dfw-pm mailing list