Forum Moderators: bakedjake
When you run scp1 to copy a file from client to server, it invokes ssh1 like this:ssh -x -a -o "FallBackToRsh no" -o "ClearAllForwardings yes" server-host scp ...
[snip]
This client scp command: scp server:bar foo
Runs this remote command: scp -f bar
So, to hazard a guess, someone's running an old version of scp and attempting to copy example.com:/etc/passwd to your machine. Likely innocent, but should certainly result in raised eyebrows, followed closely by asking the user in question what, exactly, was going on there (IMO).