One more detail:

Deploying works with the same username ans password (other id).
So I think it might be related to the site plugin.


Johannes Schneider

Johannes Schneider wrote:
Hi,

I use the following to deploy my site:

pom.xml:

<distributionManagement>
    <site>
      <id>cedarsoftWeb</id>
      <name>Cedarsoft Web</name>

<url>scp://cedarsoft.org/var/customers/webs/jschneider/cedarsoft.org</url>
    </site>
</distributionManagement>


my settings.xml looks like that:

 <servers>
    <server>
      <id>cedarsoftWeb</id>
      <username>johannes</username>
      <password>mySecretPassword</password>
    </server>
  </servers>



When I try to site-deploy, Maven asks for my password interactivly.... Any suggestions?

ssh -l johannes cedarsoft.org works with the given password...



Regards,

Johannes Schneider

--
Johannes Schneider
Im Lindenwasen 15
72810 Gomaringen

Fon +49 7072 9229972
Fax +49 7072 509999
Mobil +49 178 1364488

[EMAIL PROTECTED]
http://www.johannes-schneider.info

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to