-1
votes
1answer
151 views

How to configure SFTP at amazon EC2 WITHOUT key file [closed]

My EC2 server running a Debian distribution: Debian GNU/Linux 6.0 I need to connect dreamweaver to an Amazon EC2 instance but it is not working with keys. I need do configure my server to work ...
2
votes
3answers
217 views

How do I use my keyfile to sftp transfer data from one server to another

I cant scp, the other server only takes sftp connections. Currently, I am trying to do sftp jay@server.name.com:/files> put -r ~/ -i keyname does not work, just resolves with illegal option -- ...
0
votes
0answers
354 views

Logging into Amazon EC2 via Filezilla SFTP

I have a Amazon EC2 Ubuntu instance running FTP server using vsftpd. In my AWS Management Console, under Security Groups, I have ports 20, 21, and 22 open. The default user for the server is "ubuntu" ...
3
votes
4answers
6k views

Accessing Amazon EC2 in Filezilla SFTP

I need help/guide how I can open my ssh access from a GUI or Filezilla. Here's the scenario my developer just left me with the login info to my Amazon EC2. Now I am finding difficulties in ...