SFW Dreamweaver CS6 SSH Private Key on Amazon EC2

Is there a way to connect to an Amazon EC2 server through SFTP using SSH authentication only? I beat my head while researching this, but could not find the right answer.

Basically, I need to edit files in Dreamweaver and activate automatic loading when saving.

+5
source share
4 answers

Adobe does not offer the option of using SFTP with private key authentication using Dreamweaver.

According to the Adobes website, you can use FTPS, where there is a certificate used to authenticate your connection to the correct server and, obviously, encryption, but nothing about using SFTP with private key authentication.

, Dreamweaver: http://helpx.adobe.com/dreamweaver/using/connect-remote-server.html

Putty Pageant FileZilla, , , , Adobe Dreamweaver ( ), , -, . , 2 : http://wiki.filezilla-project.org/Howto

+4

:

Host: ec2 instance IP Port: 22 : ec2-user : publickey - 1

enter image description here

  1. services setup localhost listener FTP-, : enter image description here

  2. "", Amazon EC2. , ssh SFT. 2 .

  3. Dreamweaver 127.0.0.1. FTP. enter image description here

  4. , " Amazon", EC2 Amazon Root Directory .

+8

, , . , ​​ , Bitvise Tunnelier (http://www.bitvise.com/tunnelier), ssh , FTP localhost , . , Dreamweaver localhost FTP. , Tunnelier , .

, , : http://www.bitvise.com/download-area. " Bitvise SSH Client (Tunnelier)".

+4
source

You can simply enable password authentication on your EC2 instance (which is disabled by default) by looking at the following instructions

http://bensnotepad.com/enable-password-access-to-your-amazon-ec2-linux-instance

0
source

All Articles