Connect to Amazon AWS with GFTP (SSH uses key authentication .pem) -


how connect amazon aws , use key.pem file authentication? gftp doesn't have option authenticating through file.

similar question on ubuntuforums "how can use gftp connect ssh server uses key authentication" answers users of filezilla instead of gftp.

you need open gftp , go "options" -> "ssh" -> "extra parameters ssh" , add

-i /home/user/aws_keypair.pem 

Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -