I set these properties in build.properties
maven.ssh.executable=plink maven.scp.executable=pscp maven.username=bwalding
To test that it even has a chance of working, do something like:
plink -l bwalding host ls /
If that doesn't work, then you've got other problems
Check - permissions on your .ssh / .ssh/* files on unix host Check - authorized_keys / authorized_keys has appropriate keys Check /var/log/secure / /var/log/messages (on redhat / linux)
When you sort it all out, add a new faq page to
http://wiki.codehaus.org/maven/MailingListSupport eg - MavenSshConfiguration
(subtle aren't I!?)
Bryce Fischer wrote:
Funny. I have putty, and use it for terminal SSH. I believe Plink is the command line client? Do you specify the same command line arguments as SSH? I am having difficulties too with this, but at least it appears to be getting closer :-) Any tips you have would be appreciated.
Thanks
to-----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Mauro Talevi
putty: http://www.chiark.greenend.org.uk/~sgtatham/putty
Bryce Fischer wrote:
What are people using Windows (XP) using for site:deploy? I've
downloaded and run openSSH but seem to be having issues getting it
seework. I get the error:
Could not create directory 'wp8)w �D�wp})w:�)wT�$/.ssh'.
I checked in the plugin.jelly, and put an echo before it checks to
theif the site directory exists. This is what it echoed:
xxxxmydomain.com -l xxxxusername 'mkdir -p var/www/html/projects/bisweb/ejb-db/'
Everything In the arguments appear correct. So I tried to execute
command on the commandline by typing:
ssh xxxxmydomain -soft.com -l xxxxusername 'mkdir -p /var/www/html/projects/bisweb/ejb-db/'
but it never seems to return.
---------------------------------------------------------------------
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
