[nant-dev] SCP Task

2002-05-31 Thread Scott Hernandez
Ive written a simple SCPTask, that wraps scp.exe. For it to work, you need to have a setup that doesnt require any password/pass-phrase to be typed. Im thinking about adding this task to the newly (soon to be) formed NAntContrib project. Im thinking about ways of encrypting your

RE: [nant-dev] SCP Task

2002-05-31 Thread Andy Smith
password. __ Andy Smith Chief Code Monkey -Original Message-From: Scott Hernandez [mailto:[EMAIL PROTECTED]]Sent: Friday, May 31, 2002 4:14 PMTo: [EMAIL PROTECTED]Subject: [nant-dev] SCP Task Ive written a simple SCPTask, that wraps scp.exe. For it to work, you need to have

Re: [nant-dev] SCP Task

2002-05-31 Thread Ian MacLean
Scott Hernandez wrote: Ive written a simple SCPTask, that wraps scp.exe. For it to work, you need to have a setup that doesnt require any password/pass-phrase to be typed. Im thinking about adding this task to the newly (soon to be) formed NAntContrib project.

RE: [nant-dev] SCP Task

2002-05-31 Thread Scott Hernandez
PROTECTED]] Sent: Friday, May 31, 2002 3:22 PM To: Scott Hernandez; [EMAIL PROTECTED] Subject: RE: [nant-dev] SCP Task That's definitely a problem... If a task can't except user input, i don't see any other way but to store some password somewhere. You could use IsolateStorage to house