[Fai-commit] r3240 - trunk/examples/simple/files/etc/fai/fai.conf

fai-repository at svn.debian.org fai-repository at svn.debian.org
Thu Jan 12 14:36:21 UTC 2006


Author: lange
Date: 2006-01-12 14:36:21 +0000 (Thu, 12 Jan 2006)
New Revision: 3240

Modified:
   trunk/examples/simple/files/etc/fai/fai.conf/FAISERVER
Log:
add LOGUYSER, use ssh/scp for copying log files


Modified: trunk/examples/simple/files/etc/fai/fai.conf/FAISERVER
===================================================================
--- trunk/examples/simple/files/etc/fai/fai.conf/FAISERVER	2006-01-12 14:35:57 UTC (rev 3239)
+++ trunk/examples/simple/files/etc/fai/fai.conf/FAISERVER	2006-01-12 14:36:21 UTC (rev 3240)
@@ -27,11 +27,11 @@
 # permissions for the group linuxadm. chgrp linuxadm /boot/fai;chmod
 # g+w /boot/fai. If the variable is undefined, this feature is disabled.
 # Define it, to enable it, eg. LOGUSER=fai
-LOGUSER=
+LOGUSER=fai
 # use ssh or rsh for copying log files to user fai and for logging in
 # from install clients to install server
-FAI_REMOTESH=rsh
-FAI_REMOTECP=rcp
+FAI_REMOTESH=ssh
+FAI_REMOTECP=scp
 
 # set protocol type for saving logs, default is rcp/scp. Set to ftp if desired.
 FAI_LOGPROTO=




More information about the Fai-commit mailing list