How do configure Coda to work for my Amazon EC2 instance?

前端 未结 3 1504
一生所求
一生所求 2021-02-06 09:00

I can not connect to my EC2 instane. I have opened port 21 in the AWS Console. I think there is no way of input my SSH Key pair in Coda. Is there a way of connecting Coda to my

3条回答
  •  猫巷女王i
    2021-02-06 09:34

    I struggled with this for some time, so sharing important steps for me:

    1. Configure an alias in /.ssh/config
    2. Make sure permissions of my_key.pem makes sense, eg. do > chmod 644 my_key.pem
    3. Simply put your alias in Server field when creating SSH or SFTP session, and nothing else.

    That worked for me.

提交回复
热议问题