The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-26-2006
x96riley3 x96riley3 is offline
Registered User
  
 

Join Date: Mar 2006
Location: Nashville
Posts: 79
Your trying to go from server C with one command thru server A and get a file from B all at the same time. Why don't you just log in A with SSH. The do an scp from A to B and see if that works.

Also, It looks like your sshd_config file excepts keys or passwords so there shouldn't be any issue there.

-X