Assuming that I have two servers, ServerA and ServerB. From ServerA I got a file from ServerB through scp command. Is there any ability for ServerB admin to know that somebody got a file from his server through SCP? Is there ant SSH log or any other log record for such operation in ServerB?!
Usually every scp login attempt gets logged into /var/log/secure .
By default it only shows general information about each connection (IP, username, date, etc) so you may need to increase the verbosity of the log file in /etc/ssh/sshd_config