##############
-# make sure we have the appropriate access on a few key folders.
-normal_perm /var/www
+# fix up the main web storage.
+chown -R www-data:www-data /var/www
+group_perm /var/www
##############
-# change the owner for the web roots to the apache user, www-data.
-chown -R www-data:www-data /var/www
-
-# put a couple specific ownerships into play so the appropriate user has full access.
-chown -R developer:developer /home/developer /opt/feistymeow.org /etc/apache2 /etc/bind
-
-chown -R fred:fred /home/fred /home/archives/stuffing
+# set up access on some important folders for the developer user.
+chown -R developer:developer /home/developer /opt/feistymeow.org /etc/apache2 /etc/bind
+normal_perm /opt/feistymeow.org
+harsh_perm /home/developer/.ssh
+group_perm /etc/apache2 /etc/bind
##############
-# these directories will be given group permissons that enable web server access.
-group_perm /var/www /etc/apache2 /etc/bind
+# fix perms for fred user.
+chown -R fred:fred /home/fred /home/archives/stuffing
+harsh_perm /home/fred/.ssh
##############