Hi,
I read all the guides for deployment, tried with wagon, without wagon,
single file deployment and private key authentication as well, but I'm
not able to get my linux machine to deploy on a win2k server running
openssh.
Trying to use scp to do so, but its a no go. scp from the command line
works fine.
Pasting sections of settings.xml and pom.xml -
<project>
...
<build>
...
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>1.0-alpha-5</version>
</extension>
</extensions>
</build>
<distributionManagement>
<repository>
<id>server-repo</id>
<name>Local Repository</name>
<url>scpexe://192.168.1.1/cygdrive/e/m2</url>
</repository>
</distributionManagement>
</project>
<settings>
...
<servers>
<server>
<id>server-repo</id>
<username>administrator</username>
</server>
</servers>
</settings>
I've got my private key in /home/user/.ssh and the server is
appropriately configured to accept it. As said before, I can do an
scp from the command line with the same credentials.
Should I reopen WAGONSSH-30?
Regards,
Vinod.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]