Re: Dropbear source repository

2010-10-12 Thread Matt Johnston
On Tue, Oct 12, 2010 at 02:28:48AM -0700, Robert Ransom wrote: > Where is the current Dropbear development source repository? Ah, the web interface had stopped updating, I've fixed that now. http://viewmtn.angrygoats.net/all/branch/changes/au.asn.ucc.matt.dropbear is the URL or you can pull branc

Re: dropbear scp lacks a batchmode/quiet or -y option

2010-10-12 Thread Matt Johnston
On Tue, Oct 12, 2010 at 03:31:29PM +0800, Ming-Ching Tiew wrote: > > I used dbclient -y to get pass the prompting of answering 'y' > to unknown hosts, in batchmode execution. > > However, I could not do the same with scp. Tried these :- > > scp -q > scp -o "BatchMode yes" > scp -y

Re: dropbear scp lacks a batchmode/quiet or -y option

2010-10-12 Thread Roberto A. Foglietta
You asked for a quick solution and I think the patch submitted could it be if it would work for the current version and for scp too. ;-) This patch is more than accepting a unknown host/key but it force to accept and to store any changed keys which is much more harmful than -y because it left unpr

Re: dropbear scp lacks a batchmode/quiet or -y option

2010-10-12 Thread Ming-Ching Tiew
I don't understand the patch. It seems to patch all the common files. But I have already happy with dbclient -y, it is able to allow me to get passed the prompting of unknown hosts/keys. Won't it be better just create that additional -y option into scp, which I supposed when set, it will get me

Dropbear source repository

2010-10-12 Thread Robert Ransom
Where is the current Dropbear development source repository? Robert Ransom signature.asc Description: PGP signature

Re: dropbear scp lacks a batchmode/quiet or -y option

2010-10-12 Thread Roberto A. Foglietta
Try this patch http://www.roberto.foglietta.name/work//sections/02_Linux/03_Embedded/06_Marconi-Ericsson/dropbear_always_accept_and_store_hostkey.patch it referes to an previous version of dropbox but it could still work, tell me back if it still works or not. it was not accepted into main strea

dropbear scp lacks a batchmode/quiet or -y option

2010-10-12 Thread Ming-Ching Tiew
I used dbclient -y to get pass the prompting of answering 'y' to unknown hosts, in batchmode execution. However, I could not do the same with scp. Tried these :- scp -q scp -o "BatchMode yes" scp -y None of them works. I am using dropbear 0.51. Any quick solution this ?