I want to copy a file from host A to host B while on host C. Host C uses
public key auth to login to A and B. 

But when I try this:
hostC #> scp hostA:/tmp/file hostB:/tmp/file

I get this:
Host key verification failed.
lost connection

But If I do this:
hostC #> scp hostA:/tmp/file ./; scp ./file hostB:/tmp/file

It works.  Can somebody clue me in to what's the problem?





-- 
Jeff Bearer, RHCE
Webmaster, PittsburghLIVE.com
Winner 2002 Eppy Award, Best U.S. Newspaper Website



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to