If you need to upload files to your instance from the command line, the syntax is shown below. $scp -oUserKnownHostsFile=/dev/null -i <Key File>
For example: $scp -oUserKnownHostsFile=/dev/null -i user.pem
If you enabled password authentication in SSH and created a user. $scp
|