The last thing i found that its failing because of broken pipe but dont know the reason. Could someone help me regarding this?
/bin/dbclient: connection to [email protected]:22 exited: error writing Broken pipe Appreciate any response. Thanks Pratik On Sat, Aug 2, 2014 at 6:04 PM, pratik singh <[email protected]> wrote: > Hi, > > Thanks for your reply. > > While doing SCP I am getting the follwoing write error: > > # scp [email protected]:/homes/pratik/test.txt /etc/config > > Host '11.201.24.36' is not in the trusted hosts file. > (fingerprint md5 aa:c4:3e:32:ac:42:5b:21:0e:86:7d:b2:21:db:fb:1c) > Do you want to continue connecting? (y/n) > y > /bin/dbclient: connection to [email protected]:22 exited: error writing > > > > I am facing this issue even when I am copying the file to "/etc/config" > directory (Permission is 777). "dbclient" is placed at /bin. Its throwing > error in: > > File: packet.c > Function: write_packet () --> value of "written" is <0 > > Any help on this would be appreciated. > > Thanks > Pratik > > > On Fri, Jul 25, 2014 at 6:57 PM, Matt Johnston <[email protected]> wrote: > >> On Fri, Jul 25, 2014 at 03:51:58PM +0530, pratik singh wrote: >> > Hi, >> > >> > I am running the default dropbear (version 0.48) found in the >> uClinux-dist >> > distribution with my microblaze as the processor. It has SCP client >> > support. >> > >> > Does it support SCP server also? If Yes, what are all the changes >> required? >> >> Yes. The scp "server" is just the normal scp binary, the >> client sends a commandline with some extra flags to run it >> on the ssh server. >> >> Cheers, >> Matt >> > > > > -- > Thanks & Regards > Pratik Singh > -- Thanks & Regards Pratik Singh
