You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by aw110f <aw...@yp.com> on 2014/06/05 00:48:51 UTC

Re: Site deployment (scp) with NullKnownHostProvider fails on Maven3

I'm running into the same problem where I'm trying to disable host key
checking but it still doesn't bypass it.

      <configuration>
        <knownHostsProvider
implementation="org.apache.maven.wagon.providers.ssh.knownhost.KnownHostProvider">
          <hostKeyChecking>no</hostKeyChecking>
        </knownHostsProvider>
      </configuration>





--
View this message in context: http://maven.40175.n5.nabble.com/Site-deployment-scp-with-NullKnownHostProvider-fails-on-Maven3-tp3356273p5794926.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org