2017년 7월 13일 목요일

Atom Editor 에서 AWS SFTP 연결

1. FTP 설치

file -> setting -> Packages 에서 Remote-FTP 입력후 install한다.

2. Remote-FTP 설정 

local에서 폴더를 열고 Packages -> Remote-FTP -> Create SFTP confile file 을 클릭한다.
( 단축키 ctrl + shift + p)


{
    "protocol": "sftp",
    "host": "aws서버",
    "port": 22,
    "user": "ec2-user", //linux 일때 ec2-user ,ubuntu는 ubuntu
    "pass": "pass",
    "promptForPass": false,
    "remote": "/var/www/html",
    "agent": "",
    "privatekey": "C:\\폴더명\\폴더명\\키파일명", //키경로
    "passphrase": "",
    "hosthash": "",
    "ignorehost": true,
    "connTimeout": 10000,
    "keepalive": 10000,
    "keyboardInteractive": false,
    "watch": [],
    "watchTimeout": 500
}
Share:

0 개의 댓글:

댓글 쓰기