Hi, I have changed the path to create ".ssh" and now its created successfully but while doing scp I am getting the following error:
# scp [email protected]:/homes/pratik/test.txt <[email protected]:/build/homes/pratiks/test_arrow.txt> . Host ' <[email protected]:22>11.201.24.36 <[email protected]:/build/homes/pratiks/test_arrow.txt>' 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>[email protected] <[email protected]:/build/homes/pratiks/test_arrow.txt>:22 exited: error writing Please share your inputs. Thanks Pratik On Thu, Jun 5, 2014 at 12:32 PM, pratik singh <[email protected]> wrote: > Hi, > > Thanks for the reply. > > I tried with scp and its throwing the following error: > > # scp [email protected]:/homes/pratik/test.txt > <[email protected]:/build/homes/pratiks/test_arrow.txt> . > > WARNING: Ignoring unknown argument '-x' > > WARNING: Ignoring unknown argument '-oForwardAgent no' > > WARNING: Ignoring unknown argument '-oPermitLocalCommand no' > > WARNING: Ignoring unknown argument '-oClearAllForwardings yes' > > /bin/dbclient: Warning: failed creating ~/.ssh: Read-only file system > > > > Host '11.201.24.36 > <[email protected]:/build/homes/pratiks/test_arrow.txt>' 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 > > Password: > /bin/dbclient: connection to pratik@ <[email protected]:22> > <[email protected]:22>11.201.24.36 > <[email protected]:/build/homes/pratiks/test_arrow.txt> exited: > remote closed the connection > > Could you please help me out regarding this. Appreciate your reply. > > Thanks > Pratik > > > On Wed, Jun 4, 2014 at 7:16 PM, Matt Johnston <[email protected]> wrote: > >> On Wed, Jun 04, 2014 at 01:19:33PM +0530, pratik singh wrote: >> > Hi All, >> > >> > I am running the default dropbear (version 0.48) found in the >> > uClinux-dist distribution with my microblaze as the processor. I want >> > to use scp with dropbear. Please let me know how can i achieve this? >> >> You should be able to build scp as part of Dropbear with >> >> make PROGRAMS="dropbear dbclient scp" >> >> Cheers, >> Matt >> > > > > -- > Thanks & Regards > Pratik Singh > -- Thanks & Regards Pratik Singh
