intermediat
diff --git a/common/common.properties b/common/common.properties
index d7f5959..20ec14b 100644
--- a/common/common.properties
+++ b/common/common.properties
@@ -170,4 +170,6 @@
 secretKey=
 
 # Eclipse Properties
+key.file=${user.home}/.ssh/id_rsa
+passphrase=
 committerId=
diff --git a/multi-bundle/publish.xml b/multi-bundle/publish.xml
index e6c11d0..5171818 100644
--- a/multi-bundle/publish.xml
+++ b/multi-bundle/publish.xml
@@ -76,12 +76,15 @@
 			</condition>
 		</fail>
 		<checksum file="${package.output.file}" algorithm="sha1"/>
-		<sshexec host="download1.eclipse.org" username="${committerId}" keyfile="${user.home}/.ssh/id_rsa" passphrase=""
+		<sshexec host="download1.eclipse.org" 
+				username="${committerId}" 
+				keyfile="${user.home}/.ssh/id_rsa" 
+				passphrase="${passphrase}"
 				command="mkdir -pv /home/data/httpd/download.eclipse.org/virgo/${adjusted.release.type}/${project.key}/${bundle.version}"/>
 		<scp localFile="${package.output.file}"
-			todir="${committerId}@download1.eclipse.org:/home/data/httpd/download.eclipse.org/virgo/${adjusted.release.type}/${project.key}/${bundle.version}" 
-			keyfile="${user.home}/.ssh/id_rsa"
-			passphrase="" />
+				todir="${committerId}@download1.eclipse.org:/home/data/httpd/download.eclipse.org/virgo/${adjusted.release.type}/${project.key}/${bundle.version}" 
+				keyfile="${user.home}/.ssh/id_rsa"
+				passphrase="${passphrase}" />
 	</target>
 
 <!-- Other targets -->