add follwing entry int your ssh config file (ex. your_home_dir/.ssh/config)
you get ec2 ssh_private_key, when you create keypair in aws_console->keypairs section. They key you need to specify when you boot new instance.also change ssh private key security mode to 600.
Then add site into filezilla->site manager as shown in the above screenshot.
and for Krusader you need to specify same thing as shown in the above screenshot
Host server_address IdentityFile ssh_private_key_location(change server_address and ssh_private_key_location accordingly)
you get ec2 ssh_private_key, when you create keypair in aws_console->keypairs section. They key you need to specify when you boot new instance.also change ssh private key security mode to 600.
Then add site into filezilla->site manager as shown in the above screenshot.
- host should be server address
- select servertype as sftp
- select username on linux instance accordingly
- then connect to ec2 instance
and for Krusader you need to specify same thing as shown in the above screenshot
Thank you! It worked great
ReplyDeleteWorks fine, thanks!
ReplyDelete