[PLUG] Secure file copying

Diego Zamboni zamboni@cerias.purdue.edu
Mon, 21 Feb 2000 15:46:03 -0500


guffin@wily-a-028.resnet.purdue.edu said:
> I have no ~/.ssh/ssh_config file, and /etc/ssh/ssh_config does not
> mention ClearAllForwardings, and furthermore is entirely commented
> out. 

Scp works by executing ssh on the remote machine to establish the encrypted 
connection. So the bad option could be on expert.

--Diego