LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   scp using ssh ClearAllForwardings ? (https://www.linuxquestions.org/questions/linux-newbie-8/scp-using-ssh-clearallforwardings-920043/)

casperdaghost 12-22-2011 08:01 AM

scp using ssh ClearAllForwardings ?
 
when i check to see if my scp is working from one remote host to another i see a ssh session working concurrently.

what is ClearAllForwardings

Code:

casper@casperbox:~$ ps auxwww | grep scp
casper    26351  0.0  0.0  2004  680 pts/43  S    08:58  0:00 scp casper@192.168.40.44:/data/fileiwanttoTransfer.txt casper@192.168.81.95:/home/casper/
casper    26352  0.0  0.0  5024  2500 pts/43  S    08:58  0:00 /usr/bin/ssh -x -oClearAllForwardings yes -n -l casper 172.18.40.44 scp /data/fileiwanttoTransfer.txt casper@192.168.81.95:/home/casper/


jschiwal 12-22-2011 08:51 AM

I found this explanation using Google.
http://tech.groups.yahoo.com/group/ssh/message/2006


All times are GMT -5. The time now is 12:46 PM.