> > Well, you can get the hash files created to if you upload using the > > new deploy:deploy-file goal: > > Thank you! This works great-- it creates the checksums and all the > metadata I was worried would be missing if I just uploaded the files. > > It does, however, prompt repeatedly about 'the authenticity of host > people.apache.org can't be established. Are you sure you want to > continue connecting?' and only gives yes/no as the choices. Isn't > there usually a 'permanent' option so it will stop asking? (Or do I > not have it configured correctly? It works after I answer 'yes' over > and over.)
I had the same problem as you. I noticed someone else, in another post, had the same problem. Create a ".ssh" dir to $USER_HOME$. Now whenever you say trust this host the known_hosts file will be modified to include this host. There is a bug that prevents this file being created if the ".ssh" directory does not exist. This might have been fixed in http://jira.codehaus.org/browse/WAGONSSH-12 but I am not sure. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
