Assume your case for scp from 192.168.1.1 try below command.
scp -i ~/.ssh/mytest.key root@192.168.1.1:/<filepath on host> <path on client>
make sure the key file should have permission 600 or 400.
Assume your case for scp from 192.168.1.1 try below command.
scp -i ~/.ssh/mytest.key root@192.168.1.1:/<filepath on host> <path on client>
make sure the key file should have permission 600 or 400.