Re: problem w/ remote deploy - Host key verification failed

2007-08-20 Thread John Cartwright
OK, I seem to have found the problem - use of unqualified hostname in .ssh/known_hosts and fully-qualified name in the of POM. Contrary to other reports, I did not find that I needed to specify the in a section of the settings.xml -- john John Cartwright wrote: Hello All, I'm trying t

Re: problem w/ remote deploy - Host key verification failed

2007-08-20 Thread John Cartwright
OK, I seem to have found the problem - use of unqualified hostname in .ssh/known_hosts and fully-qualified name in the of POM. Contrary to other reports, I did not find that I needed to specify the in a section of the settings.xml -- john John Cartwright wrote: Hello All, I'm trying t

Re: problem w/ remote deploy - Host key verification failed

2007-08-20 Thread John Cartwright
OK, I seem to have found the problem - use of unqualified hostname in .ssh/known_hosts and fully-qualified name in the of POM. Contrary to other reports, I did not find that I needed to specify the in a section of the settings.xml -- john John Cartwright wrote: Hello All, I'm trying t

Re: problem w/ remote deploy - Host key verification failed

2007-08-20 Thread John Cartwright
OK, I seem to have found the problem - use of unqualified hostname in .ssh/known_hosts and fully-qualified name in the of POM. Contrary to other reports, I did not find that I needed to specify the in a section of the settings.xml -- john John Cartwright wrote: Hello All, I'm trying t

problem w/ remote deploy - Host key verification failed

2007-08-17 Thread John Cartwright
Hello All, I'm trying to execute "mvn deploy" and getting an error about the "Host key verification failed". I've tried the instructions in various threads on this topic but still haven't had any success (see message below). I can successfully ssh to the remote host w/o a password. I have