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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -