I have set up a repository for ivy 1.4.1. On the machine with the
repository I have setup an ssh server using cygwin. When I execute the
ivy publish task I get
C:\dev\work\build.xml:54: impossible to publish artifacts for [ company
| application | 1.0 ]: java.io.IOException: Remote scp terminated
unexpectedly.
my ivy.conf uses the following resolver
<ssh user="user" userPassword="password" host="build" name="publisher">
<ivy pattern="/[organisation]/[module]/ivys/ivy-[revision]" />
<artifact
pattern="/[organisation]/[module]/jars/[artifact]-[revision].[ext]" />
</ssh>
I have no problems logging into the server over ssh.
cheers