I use openssh via cygwin: http://www.cygwin.com Very hard to live without Cygwin when working in a windows environment :)
There is also ssh-1.3.14 that I found via the Sourceforge setup instructions some time back. Not pretty to set up but it works, personally I'd try plink if cygwin is too much for you. Cheers, Brett -- Brett Porter Developer, Content & Distribution f2 network ~ everything essential -----Original Message----- From: Bryce Fischer [mailto:[EMAIL PROTECTED] Sent: Sunday, 20 July 2003 11:10 AM To: 'Maven Users List' Subject: ssh for Windows What are people using Windows (XP) using for site:deploy? I've downloaded and run openSSH but seem to be having issues getting it to work. 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 see if 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 the 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]
