[PLUG] Secure file copying

Matt Wallace wallacms@cs.purdue.edu
Mon, 21 Feb 2000 15:34:49 -0500 (EST)


> 
> Ok... scp works great from expert, but when i try it from my box i get the
> following error:
> 
> /home/guffin % scp projects expert.cc.purdue.edu:projects
> command-line: line 0: Bad configuration option: ClearAllForwardings
> lost connection
> /home/guffin %

This looks like a problem with your ssh_config file.  Check
/etc/ssh/ssh_config or possibly ~/.ssh/ssh_config and delete the line that
says ClearAllForwardings

Matt