Thanks, remote machine has cygwin installed. I m not using plink and
pscp, both machine is windows. 

What to make entry in <sshExecutable/> and <scpExecutable/>? What is
<privateKey>?


<settings>
  ...
  <servers>
    <server>
      <id>ssh-repository</id>
      <username>your username in the remote system if different from
local</username>
      <privateKey>/path/to/your/private/key</privateKey> <!-- not needed
if using pageant -->
      <configuration>
        <sshExecutable>plink</sshExecutable>
        <scpExecutable>pscp</scpExecutable>
        <sshArgs>other arguments you may need</sshArgs>
      </configuration>
    </server>
  </servers>
  ...
</settings>


Amit


-----Original Message-----
From: Jakob Vad Nielsen [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 25, 2006 4:46 PM
To: Maven Developers List
Subject: Re: How to ssh remote machine


http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html
http://gerodt.homeip.net/blog/gero/2005/10/30/1130698130518.html

/Jakob

>
>How can we make SSH to remote machine through POM.xml or .jelly?
>
>Can anyone help me.

Amit


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to