I am trying to use WinSCP to transfer files over to a Linux Instance from Windows.
I'm using private key for my instance to login to Amazon instance using ec2-user
. However ec2-user
does not have access to write to the Linux instance
How do I sudo su
- to access the root directory and write to the Linux box, using WinSCP or any other file transfer method?
Thanks