I've already answered this question. I append the previous answer below.
On Sun, 3 Feb 2008, Syedsmt wrote:
> I'm new user for ts 7200.Just went to ask,when I use secure copy to the 7200.
> It show
>
> scp test.c :/home/user/
> password:
> sh:scp: not found
>
> Do you know what wrong with secure copy function. I already actived the
> dropbear for ssh function. Or the are any manual for this for the SCP
> function for the 7200
>
Date: Sun, 3 Feb 2008 13:31:47 +0000 (GMT)
From: Jim Jackson <>
To:
Subject: Re: [ts-7000] Re: How activate ssh in 7200
On Sat, 2 Feb 2008, Syedsmt wrote:
> Thank for the help..now I can use the ssh function to the 7200. when I use
> secure copy to the 7200. It show
>
> scp test.c :/home/user/
> password:
> sh:scp: not found
>
> Do you know what wrong with secure copy function
It might not be compiled in. I seem to remember that the dropbear provided
by TS in their default TSLinux image did not support the scp copy
function.
How ever, it can be done by
cat test.c | ssh 10.10.1.4 "cd /home/user ; cat > test.c"
There is always more than one way to skin a cat :-)
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|