[Fai-commit] r4701 - trunk/bin
lange at alioth.debian.org
lange at alioth.debian.org
Sun Nov 11 10:18:55 UTC 2007
Author: lange
Date: 2007-11-11 10:18:55 +0000 (Sun, 11 Nov 2007)
New Revision: 4701
Modified:
trunk/bin/fai-setup
Log:
fix mode of authorized_keys
Modified: trunk/bin/fai-setup
===================================================================
--- trunk/bin/fai-setup 2007-11-11 10:16:38 UTC (rev 4700)
+++ trunk/bin/fai-setup 2007-11-11 10:18:55 UTC (rev 4701)
@@ -120,7 +120,7 @@
echo "$sshdir/known_hosts remained unchanged."
fi
- chmod 0700 $sshdir/authorized_keys
+ chmod 0600 $sshdir/authorized_keys
echo "$sshdir/authorized_keys created."
fi
if [ "$FAI_LOGPROTO" = "rsh" -a ! -f $loguserhome/.rhosts ]; then
More information about the Fai-commit
mailing list