Revision 26966f96cce08968df72d36ffca0f9423bca6ea3 authored by Philippe Canal on 12 January 2008, 04:55:26 UTC, committed by Philippe Canal on 12 January 2008, 04:55:26 UTC

git-svn-id: http://root.cern.ch/svn/root/trunk@21654 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent fd6a131
Raw File
rootnetrc.sample
# Sample ~/.rootnetrc file. This file must be available on all nodes
# in the PROOF cluster so that the PROOF servers can open files via TNetFile
# without having to prompt for passwords. The file must be mode 0600
# otherwise it will be considered compromised. If you are security conscious
# you install this file only via a secure ssh link.
# The "secure" lines are used for the secure protocols "roots" and "proofs".

machine node1.cern.ch login rdm password secretpasswd
secure node1.cern.ch login rdm password supersecretpasswd
machine node2.cern.ch login rdm password secretpasswd
secure node2.cern.ch login rdm password supersecretpasswd
machine fileserv1.cern.ch login rdm password filesrvpasswd
secure fileserv1.cern.ch login rdm password filesrvpasswd
back to top