Hello Georgy, thanks for your reply. I didn't expect any response to my problem after such a long time. So I was really surprised about your message. :)
I have to admit that the system on which I tried it is a 64 Bit. And I placed the file into the System32 folder you mentioned. I'm not sure if there is a 32-bit Java, but it is possible. I will check this. Unfportunately at the moment I don't when I will have the time again for that. But as soon as I try it I will give you a response. Thank you very much for your message. :) Regards, Gerrit -----Ursprüngliche Nachricht----- Von: Georgy Lago [mailto:[email protected]] Gesendet: Donnerstag, 14. August 2014 06:51 An: [email protected] Betreff: Re: AW: site-deploy using wagon-ssh: User input needed Hi Gerrit, This is an old topic, and you may have solved it some way or another by now. But just as I struggled with this same problem, I figured I would share the answer for the benefit of others running into this. The problem is that 64-bit Windows has two system profile folders. 32-bit processes get redirected to %SystemRoot%\SysWOW64\config\systemprofile when accessing %SystemRoot%\System32\config\systemprofile. When you copied the .ssh\known_hosts file with Windows Explorer, you put it in the folder where only other 64-bit processes would see it. You are likely running maven with a 32-bit Java and it is expecting to find the .ssh/ folder under the SysWOW64 system profile path. Regards, Georgy -- View this message in context: http://maven.40175.n5.nabble.com/site-deploy-using-wagon-ssh-User-input-needed-tp5795624p5802252.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
