How to copy a file from a remote Ubuntu server to your machine using scp and private key
scp -i /path/to/your_private_key_file user@your_host_or_ip:/path/on/the/remote/machine/file_name .
This will copy file_name to current directory in your local machine