RE: ssh or scp on windows

2003-06-26 Thread nick . minutello
:18 Please respond to [EMAIL PROTECTED] To:users cc: Subject:RE: ssh or scp on windows Thank you all for your responses. I was able to use pageant to generate public and private keys, and I think I have the public key correctly on the server. I am getting an error currently from

RE: ssh or scp on windows

2003-06-26 Thread Sonnek, Ryan
see that I have the authorized_keys setup correctly for ssh that we're running. Thanks again!! Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: RE: ssh or scp on windows You have to modi

RE: ssh or scp on windows

2003-06-26 Thread nick . minutello
Extranet [EMAIL PROTECTED] - 26/06/2003 19:27 Please respond to [EMAIL PROTECTED] To:users cc: Subject:RE: ssh or scp on windows Excellent, Thank you both for your help. does this only apply to anonymous accounts? Is there any way to pass a password into the connection? How would this

RE: ssh or scp on windows

2003-06-26 Thread Leif Nelson
Go read about pageant. It's an implementation of ssh-agents on windows. If you have pageant running, and add your private key to it's list of keys, and setup the server to allow you with it's authorized_keys file. You'll be able to connect as "yourself".. http://the.earth.li/~sgtatham/putty/

RE: ssh or scp on windows

2003-06-26 Thread nick . minutello
MINUTELLO/UK/EUROPE/[EMAIL PROTECTED] - 26/06/2003 19:03 Please respond to [EMAIL PROTECTED] To:users cc: Subject:RE: ssh or scp on windows For putty, maven.scp.executable = pscp maven.ssh.executable = plink -Nick Extranet [EMAIL PROTECTED] - 26/06/2003 18:56 Please respond

Re: ssh or scp on windows

2003-06-26 Thread brian janaszek
Putty is fine windoze client: http://www.chiark.greenend.org.uk/~sgtatham/putty/ bmj On Thu, 2003-06-26 at 11:30, Sonnek, Ryan wrote: > I've noticed that the repository plugin does not support filesystem > deployments. In order to deploy to the remote repository, ssh or scp is > required. whe

RE: ssh or scp on windows

2003-06-26 Thread Sonnek, Ryan
Excellent, Thank you both for your help. does this only apply to anonymous accounts? Is there any way to pass a password into the connection? How would this be accomplished? Ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: ssh or scp on windows

2003-06-26 Thread Gabriel Bauman
I wasn't sure if putty could be used from the command line, and that is why I was asking about other ssh clients. Oh! Well, you want to use "plink.exe" or "pscp.exe" instead of putty.exe on the command line. To execute a command on the remote host: plink -ssh [EMAIL PROTECTED] 'remote_commands_to

RE: ssh or scp on windows

2003-06-26 Thread nick . minutello
For putty, maven.scp.executable = pscp maven.ssh.executable = plink -Nick Extranet [EMAIL PROTECTED] - 26/06/2003 18:56 Please respond to [EMAIL PROTECTED] To:users cc: Subject:RE: ssh or scp on windows Thanks Gabriel, I actually am running putty on my PC, but when I try

RE: ssh or scp on windows

2003-06-26 Thread Sonnek, Ryan
from the commandline with the repository goal? -Original Message- From: Gabriel Bauman [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:29 PM To: Maven Users List Subject: Re: ssh or scp on windows Hi Ryan! > I've noticed that the repository plugin does not support filesys

Re: ssh or scp on windows

2003-06-26 Thread Gabriel Bauman
Hi Ryan! I've noticed that the repository plugin does not support filesystem deployments. In order to deploy to the remote repository, ssh or scp is required. where can a decent ssh or scp client for windows be found?? Try Putty et al: http://www.chiark.greenend.org.uk/~sgtatham/putty/ The full