If not already downloaded you can download filezilla from here .
By default you can enter user id and password of destination server to connect to it on port 22.
But in case of AWS EC2 instances you don’t get password instead you use the ssh key to connect to it.
We will need .ppk key for this activity. If you have .pem key and not .ppk key refer this post to convert pem key to ppk key .
Once you have the ppk key let’s move on.
Create new site in Filezilla
- Click on File > Site Manager
- In the left pane click on “New Site” and give a name to the site e.g. devserver
- In the right window enter details as:-
Protocol:- SFTP
Logon type:- Key file
User:- ec2-user (or mention user name for which you uploaded ssh key)
Key file:- Browse and select the ppk key file
- Finally click OK.
If you are not allowed to install a third party software please check this post to use SFTP for file transfer to EC2.
No comments:
Post a Comment