From 320cebe3ff32161c1806ac462eee9ed06ad39dd2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 29 Mar 2014 09:56:55 +0000 Subject: [PATCH] https description --- beaglebone.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beaglebone.txt b/beaglebone.txt index 6a7b61e9..0020d869 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -503,6 +503,8 @@ An example would look like: 4,9,14,19,24,29,34,39,44,49,54,59 * * * * root sleep 29 ; /usr/bin/timeout 120 wget -O - https://free\ dns.afraid.org/dynamic/update.php?ABCKDNRCLFHENSLKNFEGSBFLFF== >> /\ tmp/freedns_mysubdomain_us_to.log 2>&1 & #+END_SRC +It's important to make sure that you change the *http* to *https*, since this will help to prevent a potential attacker from hijacking your site and redirecting it to a fake version for the purposes of obtaining your login details. + Edit */etc/crontab* and append that to the end of the file. Via your router's firewall settings you should now open port 22 (secure shell). This will allow you to ssh into your BBB from any location - not just your own local network.