From cbaa707ecde57ca4c49da7d4b4adb05f1da2bf1f Mon Sep 17 00:00:00 2001 From: Timothy Prepscius Date: Mon, 19 Aug 2013 14:53:13 -0400 Subject: [PATCH] change user accounts to 0700 --- install/create-server-account-user.remote | 1 + 1 file changed, 1 insertion(+) diff --git a/install/create-server-account-user.remote b/install/create-server-account-user.remote index 5f44d6f..94f48f5 100755 --- a/install/create-server-account-user.remote +++ b/install/create-server-account-user.remote @@ -11,3 +11,4 @@ sudo chown $USER ../$USER/.ssh ../$USER/.ssh/* sudo chgrp $USER ../$USER/.ssh ../$USER/.ssh/* sudo chmod 0700 ../$USER/.ssh sudo chmod 0644 ../$USER/.ssh/authorized_keys +sudo chmod 0700 ../$USER