On 6/21/06, Dennis Kempin <[EMAIL PROTECTED]> wrote:
Hello,on my Server I have SSH running at an non default port, namely port 666 but I dont know how to setup deployment to access this one. I tried this one: <repository> <id>repo</id> <url>ssh://dev-area.net:666/folders../</url> </repository> But it still access SSH at port 22. I also tried sshexe but did not get it running on windows with plink and pscp. I hope someone can explain to me how to do this.
The latest code seems to support port numbers: http://maven.apache.org/wagon/wagon-providers/wagon-ssh/xref/org/apache/maven/wagon/providers/ssh/AbstractSshWagon.html#103 But the code says repository url should be: protocol://hostname/path so I have no idea where this can be taken. On Linux, when you use the standalone ssh program, I know that you can configure the default port for a site in your .ssh/config. Maybe you can achieve something like that on Windows, either using a config file, or configuring your executable name to include the port number "plink -P 8080" ?? Never tried though... Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
