Author: bodewig
Date: Mon Jul 14 08:11:23 2008
New Revision: 676616

URL: http://svn.apache.org/viewvc?rev=676616&view=rev
Log:
command line password is not always better than hard coded

Modified:
    ant/core/trunk/docs/manual/OptionalTasks/sshexec.html

Modified: ant/core/trunk/docs/manual/OptionalTasks/sshexec.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/sshexec.html?rev=676616&r1=676615&r2=676616&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/sshexec.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/sshexec.html Mon Jul 14 08:11:23 
2008
@@ -189,6 +189,9 @@
 <pre>
     ant -Dusername=me -Dpassword=mypassword target1 target2
 </pre>
+which trades hard coded passwords for the possibility that any other
+user tracing processes on the machine running Ant (or reading your
+command shell's history) may now read the password.
 </p>
 </body>
 </html>


Reply via email to