Hello Guys

SCP Rules
=========

1. First you need to comment the following line in /etc/ssh/sshd_config

PermitRootLogin without-password

2. Then add the server's IP address from which you are trying to ssh or scp in the file /etc/security/access.conf

3. restart sshd


================================================== =====================
scp -P <port> -r example.com/ root@<IP>:/home/username/
================================================== =====================

************E N D**********